Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | FPropertyEditorPermissionList |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyPermissionList.h |
| Include Path | #include "PropertyPermissionList.h" |
Syntax
class FPropertyEditorPermissionList : public FPropertyPermissionList
Inheritance Hierarchy
- FPropertyPermissionList → FPropertyEditorPermissionList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyEditorPermissionList() |
PropertyPermissionList.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPropertyEditorPermissionList() |
PropertyPermissionList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShouldShowMenuEntries | bool | Whether SDetailSingleItemRow should add menu items to add/remove properties to/from the PermissionList | PropertyPermissionList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetShouldShowMenuEntries
(
bool bShow |
Turn on or off menu entries to modify the PermissionList from a Details View | PropertyPermissionList.h | |
bool ShouldShowMenuEntries() |
Whether the Details View should show special menu entries to add/remove items in the PermissionList | PropertyPermissionList.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPropertyEditorPermissionList & Get() |
PropertyPermissionList.h |