Navigation
API > API/Plugins > API/Plugins/VPUtilities > API/Plugins/VPUtilities/Actors > API/Plugins/VPUtilities/Actors/AFullScreenUserWidgetActor
- AActor::PostActorCreated()
- AFullScreenUserWidgetActor::PostActorCreated()
References
| Module | VPUtilities |
| Header | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/Actors/VPFullScreenUserWidgetActor.h |
| Include | #include "Actors/VPFullScreenUserWidgetActor.h" |
| Source | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Private/Actors/VPFullScreenUserWidgetActor.cpp |
virtual void PostActorCreated&40;&41;
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