UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReflectedTypeAccessors.h File Reference

Go to the source code of this file.

Functions

template<typename ClassType >
UClassStaticClass ()
 
template<typename StructType >
UScriptStructStaticStruct ()
 
template<typename EnumType >
UEnumStaticEnum ()
 

Function Documentation

◆ StaticClass()

template<typename ClassType >
UClass * StaticClass ( )
inline

◆ StaticEnum()

template<typename EnumType >
UEnum * StaticEnum ( )

◆ StaticStruct()

template<typename StructType >
UScriptStruct * StaticStruct ( )
inline