Navigation
API > API/Plugins > API/Plugins/VPUtilitiesEditor > API/Plugins/VPUtilitiesEditor/UVPUtilitiesEditorBlueprintLibra-
Description
Spawn an editor-only transient virtual production tickable actor
Actors based on the transient AVPTransientEditorTickableActorBase will NOT be saved in the level.
Being transient also means that transactions happening on them will NOT be replicated on other connected multi-user machines
| Name | SpawnVPTransientEditorTickableActor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilitiesEditor/Public/VPUtilitiesEditorBlueprintLibrary.h |
| Include Path | #include "VPUtilitiesEditorBlueprintLibrary.h" |
| Source | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilitiesEditor/Private/VPUtilitiesEditorBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Virtual Production")
static AVPTransientEditorTickableActorBase * SpawnVPTransientEditorTickableActor
(
UObject * ContextObject,
const TSubclassOf < AVPTransientEditorTickableActorBase > ActorClass,
const FVector Location,
const FRotator Rotation
)