Navigation
API > API/Editor > API/Editor/UnrealEd
CurveEdOptions
A configuration class that holds information for the setup of the CurveEd. Supplied so that the editor 'remembers' the last setup the user had.
| Name | UCurveEdOptions |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Preferences/CurveEdOptions.h |
| Include Path | #include "Preferences/CurveEdOptions.h" |
Syntax
UCLASS (HideCategories=Object, Config=EditorPerProjectUserSettings, MinimalAPI)
class UCurveEdOptions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCurveEdOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCurveEdOptions
(
const FObjectInitializer& ObjectInitializer |
Preferences/CurveEdOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundColor | FLinearColor | Preferences/CurveEdOptions.h |
|
|
| GridColor | FLinearColor | Preferences/CurveEdOptions.h |
|
|
| GridTextColor | FLinearColor | Preferences/CurveEdOptions.h |
|
|
| LabelBlockBkgColor | FLinearColor | Preferences/CurveEdOptions.h |
|
|
| LabelColor | FLinearColor | Preferences/CurveEdOptions.h |
|
|
| MaxViewRange | float | Preferences/CurveEdOptions.h |
|
|
| MinViewRange | float | Preferences/CurveEdOptions.h |
|
|
| SelectedKeyColor | FLinearColor | Preferences/CurveEdOptions.h |
|
|
| SelectedLabelColor | FLinearColor | Preferences/CurveEdOptions.h |
|