Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Various implementations of IGizmoVec2ParameterSourceFGizmoVec2ParameterChange represents a change in the value of an IGizmoVec2ParameterSource. IGizmoVec2ParameterSource implementations use this to track changes and emit delta information.
| Name | FGizmoVec2ParameterChange |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesVec2.h |
| Include Path | #include "BaseGizmos/ParameterSourcesVec2.h" |
Syntax
USTRUCT ()
struct FGizmoVec2ParameterChange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGizmoVec2ParameterChange
(
const FVector2D& StartValue |
BaseGizmos/ParameterSourcesVec2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentValue | FVector2D | BaseGizmos/ParameterSourcesVec2.h | ||
| InitialValue | FVector2D | BaseGizmos/ParameterSourcesVec2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2D GetChangeDelta() |
BaseGizmos/ParameterSourcesVec2.h |