![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Static Public Member Functions | |
| static VERSECOMPILER_API const TSRef< IModularFeatureRegistry > & | GetRegistry () |
| static VERSECOMPILER_API void | SetRegistry (const TSRef< IModularFeatureRegistry > &NewRegistry) |
| static VERSECOMPILER_API void | Register (const TSRef< IModularFeature > &NewFeature, const RegistryId FeatureId) |
| static VERSECOMPILER_API bool | Unregister (const TSRef< IModularFeature > &Feature) |
| static VERSECOMPILER_API RegistryId | GetRegistryId (const char *FeatureName) |
Friends | |
| template<class FeatureType > | |
| class | TModularFeatureRegHandle |
Private base class for sharing registration functionality only with our templatized RAII handles.
|
static |
|
static |
|
static |
|
static |
|
static |
|
friend |