NULL | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

NULL

What does the NULL function do in UE4?

20th Jan 2018, 8:27 AM
Davis Kil
Davis Kil - avatar
1 ответ
+ 3
C++ doesn't have a NULL function. It is declared as below or similar system dependent value. #define NULL 0 This defines a constant value without allocating memory to store it.
21st Jan 2018, 12:45 AM
John Wells
John Wells - avatar