Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h |
Include |
#include "CurveEditorSettings.h" |
class UCurveEditorSettings : public UObject
Serializable options for curve editor.
Name | Description | ||
---|---|---|---|
|
bAutoFrameCurveEditor |
||
|
bShowCurveEditorCurveToolTips |
||
|
ControlSpaceCustomColors |
||
|
CustomColors |
||
|
FrameInputPadding |
Number of pixels to add as padding in the input axis when framing curve keys |
|
|
FrameOutputPadding |
Number of pixels to add as padding in the output axis when framing curve keys |
|
|
ParentSpaceCustomColor |
||
|
TangentVisibility |
||
|
WorldSpaceCustomColor |
||
|
ZoomPosition |
Name | Description | |
---|---|---|
|
UCurveEditorSettings() |
Name | Description | ||
---|---|---|---|
|
DeleteCustomColor |
Delete Custom Color for the specified parameters. |
|
|
DeleteSpaceSwitchColor ( |
Delete Custom Space Switch Color for the specified control name. |
|
|
GetAutoFrameCurveEditor() |
Gets whether or not the curve editor auto frames the selected curves. |
|
|
GetCustomColor |
Get custom color for object and property if it exists, if it doesn't the optional won't be set |
|
|
GetFrameInputPadding() |
Gets the number of pixels to pad input framing |
|
|
GetFrameOutputPadding() |
Gets the number of pixels to pad output framing |
|
|
GetNextRandomColor() |
Helper function to get next random linear color |
|
|
GetShowCurveEditorCurveToolTips() |
Gets whether or not to show curve tool tips in the curve editor. |
|
|
GetSpaceSwitchColor ( |
Get custom color for space name. |
|
|
ECurveEditor... |
GetTangentVisibility() |
Gets the current tangent visibility. |
|
ECurveEditor... |
GetZoomPosition() |
Get zoom in/out position (mouse position or current time). |
|
SetAutoFrameCurveEditor ( |
Sets whether or not the curve editor auto frames the selected curves. |
|
|
SetCustomColor ( |
Set Custom Color for the specified parameters. |
|
|
SetFrameInputPadding ( |
Sets the number of pixels to pad input framing |
|
|
SetFrameOutputPadding ( |
Sets the number of pixels to pad output framing |
|
|
SetShowCurveEditorCurveToolTips ( |
Sets whether or not to show curve tool tips in the curve editor. |
|
|
SetSpaceSwitchColor ( |
Set Custom Space SwitchColor for the specified control name. |
|
|
SetTangentVisibility ( |
Sets the current tangent visibility. |
|
|
SetZoomPosition ( |
Set zoom in/out position (mouse position or current time). |