Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor > API/Plugins/OperatorStackEditor/Items
Inheritance Hierarchy
- FOperatorStackEditorItem
- FOperatorStackEditorPrimitiveItem
References
| Module | OperatorStackEditor |
| Header | /Engine/Plugins/Experimental/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorPrimitiveItem.h |
| Include | #include "Items/OperatorStackEditorPrimitiveItem.h" |
Syntax
struct FOperatorStackEditorPrimitiveItem : public FOperatorStackEditorItem
Remarks
Primitive version of item
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOperatorStackEditorPrimitiveItem
(
FFieldClass* InFieldClass, |
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 |