Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- AActor
- AEditorUtilityActor
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Classes/EditorUtilityActor.h |
| Include | #include "EditorUtilityActor.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(ShowWorldContextPin))
class AEditorUtilityActor : public AActor
Constructors
| Type | Name | Description | |
|---|---|---|---|
AEditorUtilityActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UInputComponent * | Returns the current InputComponent on this utility actor. | ||
| bool | |||
| void | OnConstruction
(
const FTransform& Transform |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | Run () |
Standard function to execute. | |
| void | SetReceivesEditorInput
(
bool bInValue |