UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FArchetypeInfo Struct Reference

Public Member Functions

 FArchetypeInfo ()
 
FORCEINLINE bool IsDefault () const
 
 FArchetypeInfo (int32 InArchetypeIndex, int32 InSerialNumber)
 

Public Attributes

int32 ArchetypeIndex
 
int32 SerialNumber
 

Constructor & Destructor Documentation

◆ FArchetypeInfo() [1/2]

FArchetypeInfo::FArchetypeInfo ( )
inline

default constructor Default constructor must be the default item

◆ FArchetypeInfo() [2/2]

FArchetypeInfo::FArchetypeInfo ( int32  InArchetypeIndex,
int32  InSerialNumber 
)
inline

Constructor

Parameters
InArchetypeArchetype to assign

Member Function Documentation

◆ IsDefault()

FORCEINLINE bool FArchetypeInfo::IsDefault ( ) const
inline

Determine if this linker pair is the default

Returns
true is this is a default pair. We only check the linker because CheckInvariants rules out bogus combinations

Member Data Documentation

◆ ArchetypeIndex

int32 FArchetypeInfo::ArchetypeIndex

◆ SerialNumber

int32 FArchetypeInfo::SerialNumber

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