Navigation
API > API/Plugins > API/Plugins/VPUtilitiesEditor
Base class of the gesture manager defined in BP
| Name | UVPScoutingSubsystemGestureManagerBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilitiesEditor/Public/VPScoutingSubsystem.h |
| Include Path | #include "VPScoutingSubsystem.h" |
Syntax
UCLASS (NotPlaceable, Blueprintable, MinimalAPI, Meta=(ShowWorldContextPin))
class UVPScoutingSubsystemGestureManagerBase :
public UObject ,
public FTickableEditorObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVPScoutingSubsystemGestureManagerBase
- FTickableObjectBase → FTickableEditorObject → UVPScoutingSubsystemGestureManagerBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVPScoutingSubsystemGestureManagerBase() |
VPScoutingSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EditorTick
(
float DeltaSeconds |
VPScoutingSubsystem.h |
|
|
virtual TStatId GetStatId() |
VPScoutingSubsystem.h | ||
virtual ETickableTickType GetTickableTickType() |
VPScoutingSubsystem.h | ||
virtual bool IsTickable() |
VPScoutingSubsystem.h | ||
void OnVREditingModeEnter() |
VPScoutingSubsystem.h |
|
|
void OnVREditingModeExit() |
VPScoutingSubsystem.h |
|
|
virtual void Tick
(
float DeltaTime |
VPScoutingSubsystem.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
VPScoutingSubsystem.h |