void |
DeleteCustomColor ( UClass* InClass, const FString& InPropertyName ) |
Delete Custom Color for the specified parameters. |
void |
DeleteSpaceSwitchColor ( const FString& InControlName ) |
Delete Custom Space Switch Color for the specified control name. |
bool |
GetAutoFrameCurveEditor () |
Gets whether or not the curve editor auto frames the selected curves. |
TOptional< F... |
GetCustomColor ( UClass* InClass, const FString& InPropertyName ) |
Get custom color for object and property if it exists, if it doesn't the optional won't be set |
int32 |
GetFrameInputPadding () |
Gets the number of pixels to pad input framing |
int32 |
GetFrameOutputPadding () |
Gets the number of pixels to pad output framing |
FLinearColor |
GetNextRandomColor () |
Helper function to get next random linear color |
FOnCustomCol... |
GetOnCustomColorsChanged () |
Gets the multicast delegate which is run whenever custom colors have changed. |
FLinearColor |
GetSelectionColor () |
Get the selection color. |
bool |
GetShowBars () |
Gets whether or not the curve editor shows key bar style curves, like for constraints and spaces. |
bool |
GetShowBufferedCurves () |
Gets whether or not to show buffered curves in the curve editor. |
bool |
GetShowCurveEditorCurveToolTips () |
Gets whether or not to show curve tool tips in the curve editor. |
bool |
GetSnapTimeToSelection () |
Get whether to snap the time to the currently selected key. |
TOptional< F... |
GetSpaceSwitchColor ( const FString& InControlName ) |
Get custom color for space name. |
ECurveEditor... |
GetTangentVisibility () |
Gets the current tangent visibility. |
float |
GetTreeViewWidth () |
Gets the tree view width percentage |
ECurveEditor... |
GetZoomPosition () |
Get zoom in/out position (mouse position or current time). |
void |
SetAutoFrameCurveEditor ( bool InbAutoFrameCurveEditor ) |
Sets whether or not the curve editor auto frames the selected curves. |
void |
SetCustomColor ( UClass* InClass, const FString& InPropertyName, FLinearColor InColor ) |
Set Custom Color for the specified parameters. |
void |
SetFrameInputPadding ( int32 InFrameInputPadding ) |
Sets the number of pixels to pad input framing |
void |
SetFrameOutputPadding ( int32 InFrameOutputPadding ) |
Sets the number of pixels to pad output framing |
void |
SetSelectionColor ( const FLinearColor& InColor ) |
Set the selection color. |
void |
SetShowBars ( bool InShowBars ) |
Sets whether or not the curve editor shows key bar style curves, like for constraints and spaces. |
void |
SetShowBufferedCurves ( bool InbShowBufferedCurves ) |
Sets whether or not to show buffered curves in the curve editor. |
void |
SetShowCurveEditorCurveToolTips ( bool InbShowCurveEditorCurveToolTip... ) |
Sets whether or not to show curve tool tips in the curve editor. |
void |
SetSnapTimeToSelection ( bool bInSnapTimeToSelection ) |
Set whether to snap the time to the currently selected key. |
void |
SetSpaceSwitchColor ( const FString& InControlName, FLinearColor InColor ) |
Set Custom Space SwitchColor for the specified control name. |
void |
SetTangentVisibility ( ECurveEditorTangentVisibility InTan... ) |
Sets the current tangent visibility. |
void |
SetTreeViewWidth ( float InTreeViewWidth ) |
Sets the tree view width percentage |
void |
SetZoomPosition ( ECurveEditorZoomPosition InZoomPosi... ) |
Set zoom in/out position (mouse position or current time). |