Navigation
API > API/Editor > API/Editor/DistCurveEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- IDistributionCurveEditor
References
| Module | DistCurveEditor |
| Header | /Engine/Source/Editor/DistCurveEditor/Public/IDistCurveEditor.h |
| Include | #include "IDistCurveEditor.h" |
Syntax
class IDistributionCurveEditor : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Deselects all curves | ||
| void | Hides all curves | ||
| void | CurveChanged () |
Clears selected keys and updates the viewport | |
| void | Fit Accessors | ||
| void | |||
| UInterpCurveEdSetup * | GetEdSetup () |
Accessors | |
| float | GetEndIn () |
||
| float | GetStartIn () |
||
| void | Refreshes the viewport | ||
| void | Scrolls the curve labels to the first selected curve | ||
| void | Finds/activates the tab containing the first selected curve | ||
| void | SetCurveSelected
(
const UObject* InCurve, |
Selects a curve | |
| void | SetCurveVisible
(
const UObject* InCurve, |
Shows a curve | |
| void | SetEndMarker
(
bool bEnabled, |
||
| void | SetInSnap
(
bool bEnabled, |
||
| void | SetPositionMarker
(
bool bEnabled, |
||
| void | SetRegionMarker
(
bool bEnabled, |
||
| void | SetViewInterval
(
float StartIn, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCurveEdOptions | Additional Options |