I think there is an “&” missing in line 8 of the code for function address. So the line would be:
MyQueryRequest.Execute(EEnvQueryRunMode::SingleResult, this, &MyActor::MyQueryFinished);
I think there is an “&” missing in line 8 of the code for function address. So the line would be:
MyQueryRequest.Execute(EEnvQueryRunMode::SingleResult, this, &MyActor::MyQueryFinished);