Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailsViewStyleKey.h |
| Include | #include "DetailsViewStyleKey.h" |
Syntax
class FDetailsViewStyleKeys
Remarks
A Class which provides keys for FDetailsViewStyleKey instances
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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. | |
| 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 | |
| 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. | |
| bool | IsDefault
(
const FDetailsViewStyleKey& StyleKey |
Returns true if the constFDetailsViewStyleKey& is the Default Key, else it returns false. |