Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsViewStyleKeys
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailsViewStyleKey.h |
| Include | #include "DetailsViewStyleKey.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsViewStyleKey.cpp |
static bool IsDefault
(
const FDetailsViewStyleKey & StyleKey
)
Remarks
Returns true if the constFDetailsViewStyleKey& is the Default Key, else it returns false.
Parameters
| Name | Description |
|---|---|
| StyleKey | a FDetailsViewStyleKey& to check whether it is the default |