Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Parameters for Event/Action
| Name | FAvaPlaybackEventParameters |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include Path | #include "AvaMediaDefines.h" |
Syntax
struct FAvaPlaybackEventParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Asset | FAvaSoftAssetPtr | AvaMediaDefines.h | ||
| ChannelIndices | TArray< int32 > | List of channel indices that this event originates from. | AvaMediaDefines.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSoftObjectPath & GetAssetPath() |
AvaMediaDefines.h | ||
bool IsAssetValid() |
AvaMediaDefines.h | ||
void RequestTriggerEventAction() |
AvaMediaDefines.h | ||
bool ShouldTriggerEventAction() |
AvaMediaDefines.h |