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