Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SendEvent
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SendEvent.h |
| Include | #include "Units/Hierarchy/RigUnit_SendEvent.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Send Event", Category="Hierarchy", DocumentationPolicy="Strict", Keywords="SendEvent", TemplateName="Event,Notify,Notification", NodeColor="1, 0, 0"))
struct FRigUnit_SendEvent : public FRigUnitMutable
Remarks
SendEvent is used to notify the engine / editor of a change that happend within the Control Rig.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnable | The event will be sent if this is checked | |
| bool | bOnlyDuringInteraction | The event will be sent if this only during an interaction | |
| ERigEvent | Event | The event to send to the engine | |
| FRigElementKey | Item | The item to send the event for | |
| float | OffsetInSeconds | The time offset to use for the send event |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |