Skip to content

Template Struct TBaseStructure< FSpace >

Template Struct TBaseStructure< FSpace >

  • Defined in File Space.h
template <> struct TBaseStructure<FSpace>

Template specialization providing static struct information for FSpace.

This specialization enables FSpace to work with TInstancedStruct and other Unreal Engine templated struct systems. It provides compile-time access to the UScriptStruct for FSpace.


Public Static Functions

SymbolDetails
GetGets the UScriptStruct for FSpace.

Get

static inline UScriptStruct *Get()

Gets the UScriptStruct for FSpace.

Returns:

Pointer to FSpace’s static struct definition.