Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaMediaModule
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/IAvaMediaModule.h |
| Include | #include "IAvaMediaModule.h" |
const FAvaInstanceSettings & GetAvaInstanceSettings() const
Remarks
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.