Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor
Groups item of the same type together
| Name | FOperatorStackEditorGroupItem |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorGroupItem.h |
| Include Path | #include "Items/OperatorStackEditorGroupItem.h" |
Syntax
struct FOperatorStackEditorGroupItem : public FOperatorStackEditorItem
Inheritance Hierarchy
- FOperatorStackEditorItem → FOperatorStackEditorGroupItem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOperatorStackEditorGroupItem
(
const TArray< FOperatorStackEditorItemPtr >& InItems, |
Items/OperatorStackEditorGroupItem.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/OperatorStackEditorGroupItem.h | |
virtual uint32 GetValueCount() |
Get the amount of value stored within this item | Items/OperatorStackEditorGroupItem.h | |
virtual void * GetValuePtr
(
uint32 InIndex |
Get raw ptr to value, prefer using Get<>() instead | Items/OperatorStackEditorGroupItem.h | |
virtual bool HasValue
(
uint32 InIndex |
Checks if this item has a value and that it is usable | Items/OperatorStackEditorGroupItem.h |