Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Settings applied when instancing a Motion Design Playable.
| Name | FAvaPlayableSettings |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableSettings.h |
| Include Path | #include "Playable/AvaPlayableSettings.h" |
Syntax
USTRUCT ()
struct FAvaPlayableSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHidePawnActors | bool | Automatically hide pawn actor in playables. | Playable/AvaPlayableSettings.h |
|
| IgnoredControllerPostfix | TArray< FString > | List of postfix that can be added to controllers to be ignored by playable, playback and rundown implementation. | Playable/AvaPlayableSettings.h |
|
| SynchronizedEventsFeature | FAvaSynchronizedEventsFeatureSelection | Select the implementation for synchronizing events. | Playable/AvaPlayableSettings.h |
|