Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playable > API/Plugins/AvalancheMedia/Playable/FAvaPlayableRemoteControlValues
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlValues.h |
| Include | #include "Playable/AvaPlayableRemoteControlValues.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Playable/AvaPlayableRemoteControlValues.cpp |
bool Merge
(
const FAvaPlayableRemoteControlValues & InOtherValues
)
Remarks
Merge the other values with current ones, combining the keys. true if the merge was clean with no collisions. false indicate there was some key collisions and information is lost.
Parameters
| Name | Description |
|---|---|
| InOtherValues | Other values to merge with. |