Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaPlayableRemoteControlValues
Description
Apply the controller values to the given remote control preset. Remark: controller actions are executed by this operation.
| Name | ApplyControllerValuesToRemoteControlPreset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlValues.h |
| Include Path | #include "Playable/AvaPlayableRemoteControlValues.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Playable/AvaPlayableRemoteControlValues.cpp |
void ApplyControllerValuesToRemoteControlPreset
(
URemoteControlPreset * InRemoteControlPreset,
bool bInForceDisableBehaviors
) const