Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_UserDefinedEvent
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Execution/RigVMFunction_UserDefinedEvent.h |
| Include | #include "RigVMFunctions/Execution/RigVMFunction_UserDefinedEvent.h" |
Syntax
USTRUCT&40;
Meta&61;&40;DisplayName&61;"User Defined Event", Category&61;"Events", NodeColor&61;"1, 0, 0", Keywords&61;"Event,Entry,MyEvent"&41;&41;
struct FRigVMFunction_UserDefinedEvent : public FRigVMStruct
Remarks
User Defined Event for running custom logic
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | EventName | True if the current interaction is a rotation. | |
| FRigVMExecuteContext | ExecuteContext | The execution result. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | Execute () |
Execute logic for this struct | |
| FName | GetEventName () |
||
| FString | GetUnitLabel () |