Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor > API/Plugins/OperatorStackEditor/Items
Inheritance Hierarchy
- FOperatorStackEditorItem
- FOperatorStackEditorStructItem
References
| Module | OperatorStackEditor |
| Header | /Engine/Plugins/Experimental/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorStructItem.h |
| Include | #include "Items/OperatorStackEditorStructItem.h" |
Syntax
struct FOperatorStackEditorStructItem : public FOperatorStackEditorItem
Remarks
Struct version of item
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | CachedHash | ||
| TWeakPtr< FStructOnScope > | StructWeak |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOperatorStackEditorStructItem
(
InValueType& InStruct |
Version for UStruct. | ||
FOperatorStackEditorStructItem
(
InValueType& InStruct |
Version for base struct. | ||
FOperatorStackEditorStructItem
(
const TSharedPtr< FStructOnScope >& InStruct |
Version for struct on scope. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FStructOnScope > |
Overridden from FOperatorStackEditorItem
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetHash () |
Override in child to be able to compare item | |
| void * | GetValuePtr () |
Get raw ptr to value, prefer using Get<>() instead | |
| bool | HasValue () |
Checks if this item has a value and that it is usable |