I found the source:
UWorld* const World = AActor::GetWorld();
was written as
UWorld const * World = AActor::GetWorld();
Can anyone explain the difference?
I found the source:
UWorld* const World = AActor::GetWorld();
was written as
UWorld const * World = AActor::GetWorld();
Can anyone explain the difference?