Navigation
API > API/Plugins > API/Plugins/XRCreative > API/Plugins/XRCreative/AXRCreativeAvatar
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AActor * SpawnTransientActor
(
TSubclassOf< AActor > ActorClass, |
Includes special handling to not dirty editor worlds. | XRCreativeAvatar.h |
|
AActor * SpawnTransientActor
(
TSubclassOf< AActor > ActorClass, |
XRCreativeAvatar.h |
SpawnTransientActor(TSubclassOf< AActor >, const FString &)
Description
Includes special handling to not dirty editor worlds.
| Name | SpawnTransientActor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeAvatar.h |
| Include Path | #include "XRCreativeAvatar.h" |
UFUNCTION (BlueprintCallable, Category="XR Creative")
AActor * SpawnTransientActor
(
TSubclassOf < AActor > ActorClass,
const FString & ActorName
)
SpawnTransientActor(TSubclassOf< AActor >, const FString &, TFunctionRef< void(AActor *)>)
| Name | SpawnTransientActor |
| Type | function |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeAvatar.h |
| Include Path | #include "XRCreativeAvatar.h" |
AActor * SpawnTransientActor
(
TSubclassOf < AActor > ActorClass,
const FString & ActorName,
TFunctionRef < void *)> DeferredConstructionCallback
)