Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Playable > API/Plugins/AvalancheMedia/Playable/UAvaPlayableGroup
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableGroup.h |
| Include | #include "Playable/AvaPlayableGroup.h" |
Syntax
struct FPlayableGroupCreationInfo
Remarks
PlayableGroup creation information contains the necessary information to create an instance of a playable group.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRemoteProxy | Indicate if the group is for remote proxy playables. | |
| bool | bIsSharedGroup | Indicate if the group is shared. | |
| FName | ChannelName | Channel name this playable will be instanced in. | |
| UAvaPlayableGroupManager * | PlayableGroupManager | Container for shared playable groups. | |
| FSoftObjectPath | SourceAssetPath | Source asset path. |