Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Flags indicating which component of the remote control values have been modified by an operation.
| Name | EAvaPlayableRemoteControlChanges |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlValues.h |
| Include Path | #include "Playable/AvaPlayableRemoteControlValues.h" |
Syntax
enum EAvaPlayableRemoteControlChanges
{
None = 0,
EntityValues = 1 << 0,
ControllerValues = 1 << 1,
All = 0xFF,
}
Values
| Name | Remarks |
|---|---|
| None | |
| EntityValues | |
| ControllerValues | |
| All |