Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h |
| Include | #include "SComponentClassCombo.h" |
Syntax
struct FComponentEntryCustomizationArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UObject > | AssetOverride | Specific asset to use instead of the selected asset in the content browser | |
| FString | ComponentNameOverride | Custom name to display | |
| FName | IconOverrideBrushName | Brush icon to use instead of the class icon | |
| FOnSubobjectCreated | OnSubobjectCreated | Callback when a new subobject is created | |
| int32 | SortPriority | Custom sort priority to use (smaller means sorted first) |
Constructors
| Type | Name | Description | |
|---|---|---|---|