AFullScreenUserWidgetActor::PostActorCreated

Called when an actor is done spawning into the world (from [UWorld::SpawnActor](API\Runtime\Engine\Engine\UWorld\SpawnActor\6)), both in the editor and during gameplay For actors with a root component, the location and rotation will have already been set.

Windows
MacOS
Linux

Override Hierarchy

AActor::PostActorCreated()

AFullScreenUserWidgetActor::PostActorCreated()

References

Module

VPUtilities

Header

/Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/VPFullScreenUserWidgetActor.h

Include

#include "VPFullScreenUserWidgetActor.h"

Source

/Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Private/VPFullScreenUserWidgetActor.cpp

Syntax

virtual void PostActorCreated()

Remarks

Called when an actor is done spawning into the world (from UWorld::SpawnActor), both in the editor and during gameplay For actors with a root component, the location and rotation will have already been set. This is called before calling construction scripts, but after native components have been created

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss