Description
SendEvent is used to notify the engine / editor of a change that happend within the Control Rig.
Information
| Plugin | ControlRig |
| Category | Hierarchy |
| Tags | Event,Notify,Notification |
| Type | FRigUnit_SendEvent |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecutePin | This property is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Event | The event to send to the engine | Rig Event | RequestAutoKey |
| Item | The item to send the event for | Rig Element Key | (Type=None,Name="") |
| OffsetInSeconds | The time offset to use for the send event | float | 0.000000 |
| bEnable | The event will be sent if this is checked | bool | True |
| bOnlyDuringInteraction | The event will be sent if this only during an interaction | bool | True |