UE C++ Basic Pointer
This pos is about pointer.
Unreal runs with C++ so it uses pointer for address.
We often use * notation and this notation means what's being pass on the stack is a pointer, ie, address of something.
And & means it's a reference.
댓글
댓글 쓰기