Navigation
API > API/Plugins > API/Plugins/XRCreative
| Name | AXRCreativeToolActor |
| Type | class |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeToolActor.h |
| Include Path | #include "XRCreativeToolActor.h" |
Syntax
UCLASS (Blueprintable, Abstract)
class AXRCreativeToolActor : public AActor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → AXRCreativeToolActor
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AXRCreativeToolActor() |
Sets default values for this actor's properties. | XRCreativeToolActor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwnerAvatar | TObjectPtr< AXRCreativeAvatar > | XRCreativeToolActor.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeTool() |
XRCreativeToolActor.h |
|
|
bool ShutDownTool() |
XRCreativeToolActor.h |
|
|
void TickTool
(
float DeltaSeconds |
XRCreativeToolActor.h |
|
Overridden from AActor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
float DeltaTime |
Called every frame. | XRCreativeToolActor.h |
Protected
Overridden from AActor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginPlay() |
Called when the game starts or when spawned. | XRCreativeToolActor.h |