Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor > API/Plugins/OperatorStackEditor/Items
Inheritance Hierarchy
- FOperatorStackEditorItem
- FOperatorStackEditorObjectItem
References
| Module | OperatorStackEditor |
| Header | /Engine/Plugins/Experimental/OperatorStack/Source/OperatorStack/Public/Items/OperatorStackEditorObjectItem.h |
| Include | #include "Items/OperatorStackEditorObjectItem.h" |
Syntax
struct FOperatorStackEditorObjectItem : public FOperatorStackEditorItem
Remarks
Object version of item
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | CachedHash | ||
| TWeakObjectPtr< UObject > | ObjectWeak |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOperatorStackEditorObjectItem
(
InValueType* InItem |
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 |