UCurveEditorSettings

Serializable options for curve editor.

Unreal Engine C++ API Reference > Editor > CurveEditor

Inheritance Hierarchy

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/CurveEditorSettings.h
Include #include "CurveEditorSettings.h"

Syntax

class UCurveEditorSettings : public [UObject](API\Runtime\CoreUObject\UObject\UObject)  

Remarks

Serializable options for curve editor.

Variables

Type Name Description
bool bAutoFrameCurveEditor  
bool bShowBars  
bool bShowBufferedCurves  
bool bShowCurveEditorCurveToolTips  
bool bSnapTimeToSelection  
TArray< FCustom... ControlSpaceCustomColors  
TArray< FCustom... CustomColors  
int32 FrameInputPadding Number of pixels to add as padding in the input axis when framing curve keys
int32 FrameOutputPadding Number of pixels to add as padding in the output axis when framing curve keys
FLinearColor ParentSpaceCustomColor  
FLinearColor SelectionColor  
ECurveEditorTan... TangentVisibility  
float TreeViewWidth  
FLinearColor WorldSpaceCustomColor  
ECurveEditorZoo... ZoomPosition  

Constructors

Type Name Description
  UCurveEditorSettings ()  

Functions

Type Name Description
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).

Overridden from UObject

Type Name Description
void PostEditChangeProperty ( FPropertyChangedEvent& PropertyCha... ) Called when a property on this object has been modified externally

Typedefs

Name Description
FOnCustomColorsChanged  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library