Navigation
API > API/Editor > API/Editor/DataHierarchyEditor > API/Editor/DataHierarchyEditor/FHierarchyElementViewModel
| Name | FCanPerformActionResults |
| Type | struct |
| Header File | /Engine/Source/Editor/DataHierarchyEditor/Public/DataHierarchyViewModelBase.h |
| Include Path | #include "DataHierarchyViewModelBase.h" |
Syntax
struct FCanPerformActionResults
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCanPerformActionResults
(
bool bInCanPerform |
DataHierarchyViewModelBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanPerform | bool | DataHierarchyViewModelBase.h | ||
| CanPerformMessage | FText | A message that is used when bCanPerform is false. | DataHierarchyViewModelBase.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const bool& bOther |
DataHierarchyViewModelBase.h | ||
bool operator==
(
const bool& bOther |
DataHierarchyViewModelBase.h |