Navigation
API > API/Plugins > API/Plugins/OperatorStackEditor > API/Plugins/OperatorStackEditor/Contexts
Inheritance Hierarchy
- UObject
- UOperatorStackEditorMenuContext
References
| Module | OperatorStackEditor |
| Header | /Engine/Plugins/Experimental/OperatorStack/Source/OperatorStack/Public/Contexts/OperatorStackEditorMenuContext.h |
| Include | #include "Contexts/OperatorStackEditorMenuContext.h" |
Syntax
UCLASS (MinimalAPI)
class UOperatorStackEditorMenuContext : public UObject
Remarks
Context passed in UToolMenu when generating entries with selected items
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FOperatorStackEditorContext > | ContextWeak | The current context this menu is extending | |
| TWeakPtr< FOperatorStackEditorItem > | ItemWeak | The item this menu should apply to |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FOperatorStackEditorContext > | GetContext () |
||
| TSharedPtr< FOperatorStackEditorItem > | GetItem () |
||
| void | SetContext
(
TSharedPtr< FOperatorStackEditorContext > InContext |
||
| void | SetItem
(
TSharedPtr< FOperatorStackEditorItem > InItem |