Navigation
API > API/Plugins > API/Plugins/MutableRuntime
Context of the External Operation.
| Name | FContext |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/External/Operation.h |
| Include Path | #include "MuR/External/Operation.h" |
Syntax
class FContext
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Inputs | TMap< const FString, FValueConst > | MuR/External/Operation.h | ||
| Output | FValueConst | MuR/External/Operation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueConst GetInput
(
const FText& Name |
Returns and removes the input from the Context. | MuR/External/Operation.h | |
void SetOutput
(
FValueConst&& Value |
Return the pointer to store the ouput. | MuR/External/Operation.h |