Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor
Primitive version of item
| Name | FOperatorStackEditorPrimitiveItem |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorPrimitiveItem.h |
| Include Path | #include "Items/OperatorStackEditorPrimitiveItem.h" |
Syntax
struct FOperatorStackEditorPrimitiveItem : public FOperatorStackEditorItem
Inheritance Hierarchy
- FOperatorStackEditorItem → FOperatorStackEditorPrimitiveItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOperatorStackEditorPrimitiveItem
(
FFieldClass* InFieldClass, |
Items/OperatorStackEditorPrimitiveItem.h |
Functions
Public
Overridden from FOperatorStackEditorItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetHash() |
Override in child to be able to compare item | Items/OperatorStackEditorPrimitiveItem.h | |
virtual uint32 GetValueCount() |
Get the amount of value stored within this item | Items/OperatorStackEditorPrimitiveItem.h | |
virtual void * GetValuePtr
(
uint32 InIndex |
Get raw ptr to value, prefer using Get<>() instead | Items/OperatorStackEditorPrimitiveItem.h | |
virtual bool HasValue
(
uint32 InIndex |
Checks if this item has a value and that it is usable | Items/OperatorStackEditorPrimitiveItem.h |