Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Flags for the remote control values update command.
| Name | EAvaPlayableRCUpdateFlags |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include Path | #include "AvaMediaDefines.h" |
Syntax
enum EAvaPlayableRCUpdateFlags
{
None = 0,
ExecuteControllerBehaviors = 1 << 0,
ControllerValuesAsEvents = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ExecuteControllerBehaviors | Execute Controller Behaviors |
| ControllerValuesAsEvents | The controller values are to be considered as events and will only apply to the event controllers. |