Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UIntervalGizmo
Type
typedef TMulticastDelegate_ThreeParams< void, UIntervalGizmo &42;, const FVector &, float > FOnIntervalChanged
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/IntervalGizmo.h |
| Include | #include "BaseGizmos/IntervalGizmo.h" |
Remarks
Called when an interval is changed. The delegate gives a pointer to the gizmo, the direction of the interval in gizmo space, and the new parameter value.