Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaMediaModule
Description
Access the global Motion Design instance settings.
Remark: lifetime of the returned reference is not guaranteed beyond the current call context. If the settings are replicated from a client, it could get deleted if the client disconnects. If the use of the settings is deferred, the caller must make a local copy of the settings or call GetAvaInstanceSettings() in the deferred call instead.
| Name | GetAvaInstanceSettings |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/IAvaMediaModule.h |
| Include Path | #include "IAvaMediaModule.h" |
const FAvaInstanceSettings & GetAvaInstanceSettings() const