Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor > API/Plugins/OperatorStackEditor/FOperatorStackEditorItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasValue () |
Checks if this item has at least one value and that it is usable | Items/OperatorStackEditorItem.h | |
virtual bool HasValue
(
uint32 InIndex |
Checks if this item has a value and that it is usable | Items/OperatorStackEditorItem.h |
HasValue()
Description
Checks if this item has at least one value and that it is usable
| Name | HasValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorItem.h |
| Include Path | #include "Items/OperatorStackEditorItem.h" |
bool HasValue() const
HasValue(uint32)
Description
Checks if this item has a value and that it is usable
| Name | HasValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorItem.h |
| Include Path | #include "Items/OperatorStackEditorItem.h" |
virtual bool HasValue
(
uint32 InIndex
) const