Navigation
API > API/Editor > API/Editor/PropertyEditor
A Class which provides keys for FDetailsViewStyleKey instances
| Name | FDetailsViewStyleKeys |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailsViewStyleKey.h |
| Include Path | #include "DetailsViewStyleKey.h" |
Syntax
class FDetailsViewStyleKeys
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FDetailsViewStyleKey & Card() |
Returns A Details View style which presents with the top level Categories in a card-like fashion, with space between and around them. | DetailsViewStyleKey.h | |
static const FDetailsViewStyleKey & Classic() |
Returns The Classic Details View style used in Unreal Engine 5.0 and prior, which has Categories displayed with no padding between them and no built in horizontal space | DetailsViewStyleKey.h | |
static const FDetailsViewStyleKey & Default() |
The Default Details View style should be used when an object has no interest in displaying its own custom Details View and wants to default to whatever is the Primary Details View. | DetailsViewStyleKey.h | |
static bool IsDefault
(
const FDetailsViewStyleKey& StyleKey |
Returns true if the constFDetailsViewStyleKey& is the Default Key, else it returns false. | DetailsViewStyleKey.h |