Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Preferences
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCurveEdOptions
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Preferences/CurveEdOptions.h |
| Include | #include "Preferences/CurveEdOptions.h" |
Syntax
UCLASS (HideCategories=Object, Config=EditorPerProjectUserSettings, MinimalAPI)
class UCurveEdOptions : public UObject
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | BackgroundColor | ||
| FLinearColor | GridColor | ||
| FLinearColor | GridTextColor | ||
| FLinearColor | LabelBlockBkgColor | ||
| FLinearColor | LabelColor | ||
| float | MaxViewRange | ||
| float | MinViewRange | ||
| FLinearColor | SelectedKeyColor | ||
| FLinearColor | SelectedLabelColor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCurveEdOptions
(
const FObjectInitializer& ObjectInitializer |