Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Execution
Inheritance Hierarchy
References
| |
|
| Module |
RigVM |
| Header |
/Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Execution/RigVMFunction_Context.h |
| Include |
#include "RigVMFunctions/Execution/RigVMFunction_Context.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Is Asset Editor Open", Category="Execution", TitleColor="1 0 0", NodeColor="1 1 1", Keywords="Debug,Open,Inspect"))
struct FRigVMFunction_IsHostBeingDebugged : public FRigVMStruct
Returns true if a graph is run with its asset editor open. This is editor only - in shipping it always returns false.
Variables
| |
Type |
Name |
Description |
 |
bool |
Result |
True if the graph is currently open in the asset editor. |
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
Functions
| |
Type |
Name |
Description |
 |
|
|
|