Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/FAvaPlayableRemoteControlValues
Description
Update the property/controller values (i.e. add missing, remove extras) from the given reference values. If bInUpdateDefaults is true, the existing values flagged as "default" will be updated, i.e. the reference values will be applied. Otherwise, the existing values are not modified. Also, when adding the missing values from reference default values, the default flag is also set in the destination value. For a full copy of all properties and controllers, use CopyFrom instead.
| Name | UpdateRemoteControlValues |
| 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 |
EAvaPlayableRemoteControlChanges UpdateRemoteControlValues
(
const FAvaPlayableRemoteControlValues & InReferenceValues,
bool bInUpdateDefaults
)
flags indicating what changed.