Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include | #include "RigVMCore/RigVMExecuteContext.h" |
Syntax
USTRUCT&40;&41;
struct FRigVMRuntimeSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableProfiling | When enabled records the timing of each instruction / node on each node and within the execution stack window. | |
| TSharedPtr< LogFunctionType > | LogFunction | ||
| int32 | MaximumArraySize | The largest allowed size for arrays within the RigVM. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetLogFunction
(
LogFunctionType InLogFunction |
||
| void | Validate () |
Validate the settings |
Typedefs
| Name | Description |
|---|---|
| LogFunctionType | The function to use for logging anything from the VM to the host |