Hi guys I have came across an issue where I am not able to read a memory address from my FVector variable Location. When I have included it in the header file and instantiated it through the constructor.
.h file
.cpp file
.h file
FVector location;
.cpp file
FVector const& location = GetActorLocation();
Comment