NULL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

NULL

What does the NULL function do in UE4?

20th Jan 2018, 8:27 AM
Davis Kil
Davis Kil - avatar
1 Answer
+ 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