Navigation
API > API/Editor > API/Editor/DataHierarchyEditor > API/Editor/DataHierarchyEditor/FHierarchyElementViewModel
| Name | FResultWithUserFeedback |
| Type | struct |
| Header File | /Engine/Source/Editor/DataHierarchyEditor/Public/DataHierarchyViewModelBase.h |
| Include Path | #include "DataHierarchyViewModelBase.h" |
Syntax
struct FResultWithUserFeedback
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FResultWithUserFeedback
(
bool bInCanPerform |
DataHierarchyViewModelBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bResult | bool | DataHierarchyViewModelBase.h | ||
| UserFeedback | TOptional< FText > | A message that can be used for user feedback. | 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 |