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