Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Description
Push an RC event on the given controllers for the given page. The propagation to channels in determined by rundown settings.
| Name | PushRuntimeRemoteControlEvents |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
bool PushRuntimeRemoteControlEvents
(
TConstArrayView< FGuid > InControllerIds,
int32 InPageId,
bool bInPushToProgram,
bool bInPushToPreview,
FName InPreviewChannelName
)
true if the event command was pushed to the corresponding playback instance.
Parameters
| Name | Remarks |
|---|---|
| InControllerIds | List of rc controller ids that should be triggered. |
| InPageId | Page id these events apply to. |
| bInPushToProgram | if true, the command will be pushed to page's program channel (if currently playing). |
| bInPushToPreview | if true, the command will be pushed to preview channel(s). |
| InPreviewChannelName | Allow to specify a specific preview channel to push to. If left none, will push to all preview channel this page is playing in. |