Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor > API/Plugins/OperatorStackEditor/Contexts
References
| Module | OperatorStackEditor |
| Header | /Engine/Plugins/Experimental/OperatorStack/Source/OperatorStack/Public/Contexts/OperatorStackEditorContext.h |
| Include | #include "Contexts/OperatorStackEditorContext.h" |
Syntax
struct FOperatorStackEditorContext
Remarks
Represent the current context we customize for the whole operator stack
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FOperatorStackEditorItem > > | Items | Context items being customized |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOperatorStackEditorContext
(
const TArray< TSharedPtr< FOperatorStackEditorItem > >& InItems |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< TSharedPtr< FOperatorStackEditorItem > > | GetItems () |
Items we want to customize |