![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DeferredRegistry.h>
Public Attributes | |
| TType *(* | OuterRegisterFn )() |
| TType *(* | InnerRegisterFn )() |
| const TCHAR * | PackageName |
| const TCHAR * | Name |
| TInfo * | Info |
Maintains information about a pending registration
| TInfo* TDeferredRegistry< T >::FRegistrant::Info |
| TType *(* TDeferredRegistry< T >::FRegistrant::InnerRegisterFn) () |
| const TCHAR* TDeferredRegistry< T >::FRegistrant::Name |
| TType *(* TDeferredRegistry< T >::FRegistrant::OuterRegisterFn) () |
| const TCHAR* TDeferredRegistry< T >::FRegistrant::PackageName |