Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IModuleProvider
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Modules.h |
Include | #include "TraceServices/Model/Modules.h" |
void EnumerateModules ( uint32 Start, [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(const [FModule](API\Developer\TraceServices\TraceServices\Model\FModule) &Module)> Callback ) const
Remarks
Enumerates all detected modules and their state. Modules are listed in the order they were found and is guaranteed to retain it's index in the list and address in memory.
Parameters
Name | Description |
---|---|
Start | Starting index |
Callback | Issued for each module |