![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FIntervalGizmoChangeBroadcaster:Public Member Functions | |
| FIntervalGizmoChangeBroadcaster (UIntervalGizmo *IntervalGizmoIn) | |
| virtual | ~FIntervalGizmoChangeBroadcaster () |
| virtual void | BeginChange () override |
| virtual TUniquePtr< FToolCommandChange > | EndChange () override |
| virtual UObject * | GetChangeTarget () override |
| virtual FText | GetChangeDescription () override |
Public Member Functions inherited from IToolCommandChangeSource | |
| virtual | ~IToolCommandChangeSource () |
Public Attributes | |
| TWeakObjectPtr< UIntervalGizmo > | IntervalGizmo |
This change source doesn't actually issue any valid transactions. Instead, it is a helper class that can get attached to the interval gizmo's state target to fire off BeginEditSequence and EndEditSequence on the start/end of a drag.
|
inline |
|
inlinevirtual |
Implements IToolCommandChangeSource.
|
inlineoverridevirtual |
Implements IToolCommandChangeSource.
Implements IToolCommandChangeSource.
Implements IToolCommandChangeSource.
| TWeakObjectPtr<UIntervalGizmo> FIntervalGizmoChangeBroadcaster::IntervalGizmo |