Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
Sets an IAssetInfoProvider to be applied to the ObjectProfiler window. If the window is already open, the provider is applied immediately. Otherwise it is stored and applied when the window next opens.
| Name | SetAssetInfoProvider |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void SetAssetInfoProvider
(
TSharedPtr < UE::Insights::ObjectProfiler::IAssetInfoProvider > InProvider
)