UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::AssetRegistry::Private::IAssetRegistrySingleton Class Reference

#include <AssetRegistryInterface.h>

Static Public Member Functions

static IAssetRegistryGet ()
 

Friends

class ::UAssetRegistryImpl
 

Detailed Description

Storage for the singleton IAssetRegistry* TODO: this storage should be a class static variable on IAssetRegistry, but that type is defined in the AssetRegistry module, and many modules try to access the singleton (and call virtual functions on it) without linking against the AssetRegistry module, so the storage for the singleton needs to be defined in a lower-level module that all of those modules do include

Member Function Documentation

◆ Get()

static IAssetRegistry * UE::AssetRegistry::Private::IAssetRegistrySingleton::Get ( )
inlinestatic

Friends And Related Symbol Documentation

◆ ::UAssetRegistryImpl


The documentation for this class was generated from the following files: