AI Controllers' Possess function is being called when opening a blueprint that has the Auto Possess AI option set to Spawned.
virtual void Possess(APawn* InPawn) override;
void AMyAIController::Possess(APawn* InPawn)
{
UE_LOG(LogTemp, Warning, TEXT("Possess Called"));
}
Result: "Possess Called" is logged after opening the character blueprint after setting its Auto Possess AI setting to Spawned.
Expected: Possess would not be called when opening a blueprint.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How does UMG set overlapping layouts?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
How does TextureRenderTarget2D get TArray<uint8> type data?
How to achieve HLSL Multiple Render Target in Material blueprints?
What method is used to fill polygonal regions when drawing spline mesh at run time?
Head over to the existing Questions & Answers thread and let us know what's up.