![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FPendingRegistrantInfo (class UClass *(*InStaticClassFn)(), const TCHAR *InName, const TCHAR *InPackageName) | |
Static Public Member Functions | |
| static TMap< UObjectBase *, FPendingRegistrantInfo > & | GetMap () |
Public Attributes | |
| const TCHAR * | Name |
| const TCHAR * | PackageName |
| class UClass *(* | StaticClassFn )() |
Objects to automatically register once the object system is ready.
|
inline |
|
inlinestatic |
| const TCHAR* FPendingRegistrantInfo::Name |
| const TCHAR* FPendingRegistrantInfo::PackageName |
| class UClass *(* FPendingRegistrantInfo::StaticClassFn) () |