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" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Playable/AvaPlayableGroup.cpp |
static UAvaPlayableGroup * FindPlayableGroupForWorld
(
const UWorld * InWorld,
bool bInFallbackToGlobalSearch
)
Remarks
Search for the first playable group associated to the given world.
Parameters
| Name | Description |
|---|---|
| InWorld | Play world to search the playable group of. |
| bInFallbackToGlobalSearch | If the direct link from world to the playable group is not found, fallback to a global search of the whole system. |