Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Preferences
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdOptions.h |
| Include | #include "Preferences/UnrealEdOptions.h" |
Syntax
struct FClassPickerDefaults
Remarks
Default Classes for the Class Picker Dialog
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetClass | The name of the asset type being created | |
| FString | ClassName | The name of the class to select |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClassPickerDefaults
(
const FString& InClassName, |
|||
FClassPickerDefaults
(
FString&& InClassName, |