Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
UGizmoNilStateTarget is an implementation of IGizmoStateTarget that does nothing
| Name | UGizmoNilStateTarget |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/StateTargets.h |
| Include Path | #include "BaseGizmos/StateTargets.h" |
Syntax
UCLASS (MinimalAPI)
class UGizmoNilStateTarget :
public UObject ,
public IGizmoStateTarget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGizmoNilStateTarget
Implements Interfaces
Functions
Public
Overridden from IGizmoStateTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginUpdate() |
BeginUpdate is called before a standard Gizmo begins changing a parameter (via a ParameterSource) | BaseGizmos/StateTargets.h | |
virtual void EndUpdate() |
EndUpdate is called when a standard Gizmo is finished changing a parameter (via a ParameterSource) | BaseGizmos/StateTargets.h |