Navigation
API > API/Plugins > API/Plugins/Avalanche
Inheritance Hierarchy
- IModuleInterface
- IAvaModule
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/IAvaModule.h |
| Include | #include "IAvaModule.h" |
Syntax
class IAvaModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| IAvaModule & | Get () |
||
| TArray< FString > | Returns the list of enabled runtime stats. | ||
| bool | IsRuntimeStatEnabled
(
const FString& InName |
Returns true if the specified stat is enabled. | |
| void | OverwriteEnabledRuntimeStats
(
const TArray< FString >& InEnabledStats |
Overwrite the enabled runtime stats with provided ones. | |
| int32 | SetRuntimeStatEnabled
(
const TCHAR* InName, |
Set a specific stat to either enabled or disabled (returns the number of remaining enabled stats) This applies to all the Motion Design instance viewports. | |
| bool | SetRuntimeStatProcessingEnabled
(
bool bEnabled |
Allow the AvaModule to process the FCoreDelegates::StatCheckEnabled event. | |
| bool | Returns true if there are runtime stats enabled. |