Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playable
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlValues.h |
| Include | #include "Playable/AvaPlayableRemoteControlValues.h" |
Syntax
USTRUCT ()
struct FAvaPlayableRemoteControlValue
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDefault | Indicate if the value is a default value from a template. | |
| FString | Value | The Remote Control Entity or Controller's Value stored as a Json formatted string. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaPlayableRemoteControlValue
(
const FString& InValue, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSameValueAs
(
const FAvaPlayableRemoteControlValue& InOther |
Returns true if the given value is the same. Ignores the default flag. | |
| bool | |||
| void | SetValueFrom
(
const FAvaPlayableRemoteControlValue& InOther |