Skip to content

Template Struct TBaseStructure< FPoint >

Template Struct TBaseStructure< FPoint >

  • Defined in File Point.h
template <> struct TBaseStructure<FPoint>

Template specialization providing static struct information for FPoint.

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


Public Static Functions

SymbolDetails
GetGets the UScriptStruct for FPoint.

Get

static inline UScriptStruct *Get()

Gets the UScriptStruct for FPoint.

Returns:

Pointer to FPoint’s static struct definition.