Choose your operating system:
Windows
macOS
Linux
| IModuleInterface
|
Module |
|
Header |
/Engine/Plugins/Developer/TraceDataFiltering/Source/UnrealInsightsInterface/Public/UnrealInsightsInterfaceModule.h |
Include |
#include "UnrealInsightsInterfaceModule.h" |
class FUnrealInsightsInterfaceModule : public IModuleInterface
Implements the UnrealInsights module. This module contains code for interfacing with the Unreal Insights standalone application. The actual code for Unreal Insights can be found in "Engine\Source\Developer\TraceInsights\".
Name | Description | ||
---|---|---|---|
|
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
|
StartupModule() |
Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |