UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TRegistrationInfo< T, V > Struct Template Reference

#include <UObjectBase.h>

Public Types

using TType = T
 
using TVersion = V
 

Public Attributes

TTypeInnerSingleton = nullptr
 
TTypeOuterSingleton = nullptr
 
TVersion ReloadVersionInfo
 

Detailed Description

template<typename T, typename V>
struct TRegistrationInfo< T, V >

Structure that represents the registration information for a given class, structure, or enumeration

Member Typedef Documentation

◆ TType

template<typename T , typename V >
using TRegistrationInfo< T, V >::TType = T

◆ TVersion

template<typename T , typename V >
using TRegistrationInfo< T, V >::TVersion = V

Member Data Documentation

◆ InnerSingleton

template<typename T , typename V >
TType* TRegistrationInfo< T, V >::InnerSingleton = nullptr

◆ OuterSingleton

template<typename T , typename V >
TType* TRegistrationInfo< T, V >::OuterSingleton = nullptr

◆ ReloadVersionInfo

template<typename T , typename V >
TVersion TRegistrationInfo< T, V >::ReloadVersionInfo

The documentation for this struct was generated from the following file: