Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
UGizmoBaseFloatParameterSource is a base implementation of IGizmoFloatParameterSource, which is not functional but adds an OnParameterChanged delegate for further subclasses.
| Name | UGizmoBaseFloatParameterSource |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesFloat.h |
| Include Path | #include "BaseGizmos/ParameterSourcesFloat.h" |
Syntax
UCLASS (MinimalAPI)
class UGizmoBaseFloatParameterSource :
public UObject ,
public IGizmoFloatParameterSource
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGizmoBaseFloatParameterSource
Implements Interfaces
Derived Classes
UGizmoBaseFloatParameterSource derived class hierarchy
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGizmoFloatParameterSourceChanged | TMulticastDelegate_TwoParams< void, IGizmoFloatParameterSource *, FGizmoFloatParameterChange > | BaseGizmos/ParameterSourcesFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnParameterChanged | FOnGizmoFloatParameterSourceChanged | BaseGizmos/ParameterSourcesFloat.h |
Functions
Public
Overridden from IGizmoFloatParameterSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginModify() |
Notify ParameterSource that a parameter modification is about to begin | BaseGizmos/ParameterSourcesFloat.h | |
virtual void EndModify() |
Notify ParameterSource that a parameter modification is complete | BaseGizmos/ParameterSourcesFloat.h | |
virtual float GetParameter() |
BaseGizmos/ParameterSourcesFloat.h | ||
virtual void SetParameter
(
float NewValue |
Set value of parameter | BaseGizmos/ParameterSourcesFloat.h |