Navigation
API > API/Plugins > API/Plugins/XRCreativeEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- AXRCreativeToolActor
- AXRCreativeEditorUtilityToolActor
References
| Module | XRCreativeEditor |
| Header | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreativeEditor/Public/XRCreativeEditorUtilityToolActor.h |
| Include | #include "XRCreativeEditorUtilityToolActor.h" |
Syntax
UCLASS (Blueprintable, Abstract, Meta=(ShowWorldContextPin))
class AXRCreativeEditorUtilityToolActor : public AXRCreativeToolActor
Constructors
| Type | Name | Description | |
|---|---|---|---|
AXRCreativeEditorUtilityToolActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UInputComponent * | Returns the current InputComponent on this utility actor. | ||
| bool | |||
| void | Run () |
Standard function to execute. | |
| void | SetReceivesEditorInput
(
bool bInValue |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| void | OnConstruction
(
const FTransform& Transform |
Called when an instance of this class is placed (in editor) or spawned. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |