Navigation
API > API/Runtime > API/Runtime/CoreUObject
Structure that represents the registration information for a given class, structure, or enumeration
| |
|
| Name |
TRegistrationInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h |
| Include Path |
#include "UObject/UObjectBase.h" |
Syntax
template<typename T, typename V>
struct TRegistrationInfo
Typedefs
| Name |
Type |
Remarks |
Include Path |
| TType |
T |
|
UObject/UObjectBase.h |
| TVersion |
V |
|
UObject/UObjectBase.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InnerSingleton |
TType * |
|
UObject/UObjectBase.h |
|
| OuterSingleton |
TType * |
|
UObject/UObjectBase.h |
|
| ReloadVersionInfo |
TVersion |
|
UObject/UObjectBase.h |
|