Guys,
It is a straightforward question. I have the code below. I try to get an instance of CameraActor but it returns null. Why?
static ConstructorHelpers::FObjectFinder<ACameraActor> Camera(TEXT("Blueprint'/Game/Blueprints/Camera.Camera'"));
SetViewTarget(Camera.Object);