Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
LWCSerializerPrivate Namespace Reference

Functions

bool IsPreLWC (const FArchive &Ar)
 
bool IsPreLWC (const FStructuredArchive::FSlot &Slot)
 
template<typename FAltType , typename FType , typename FArSlot >
std::enable_if_t< std::is_floating_point_v< typename FType::FReal >, boolSerializeFromMismatchedTag (FType &Target, FName StructTag, FArSlot &ArSlot, FName BaseTag, FName ThisTag, FName AltTag)
 
template<typename FAltType , typename FType , typename FArSlot >
std::enable_if_t< std::is_integral_v< typename FType::IntType >, boolSerializeFromMismatchedTag (FType &Target, FName StructTag, FArSlot &ArSlot, FName BaseTag, FName ThisTag, FName AltTag)
 

Function Documentation

◆ IsPreLWC() [1/2]

bool LWCSerializerPrivate::IsPreLWC ( const FArchive & Ar)
inline

Definition at line 13 of file LargeWorldCoordinatesSerializer.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsPreLWC() [2/2]

bool LWCSerializerPrivate::IsPreLWC ( const FStructuredArchive::FSlot & Slot)
inline

Definition at line 14 of file LargeWorldCoordinatesSerializer.h.

+ Here is the call graph for this function:

◆ SerializeFromMismatchedTag() [1/2]

std::enable_if_t< std::is_floating_point_v< typename FType::FReal >, bool > LWCSerializerPrivate::SerializeFromMismatchedTag ( FType & Target,
FName StructTag,
FArSlot & ArSlot,
FName BaseTag,
FName ThisTag,
FName AltTag )

Definition at line 19 of file LargeWorldCoordinatesSerializer.h.

◆ SerializeFromMismatchedTag() [2/2]

std::enable_if_t< std::is_integral_v< typename FType::IntType >, bool > LWCSerializerPrivate::SerializeFromMismatchedTag ( FType & Target,
FName StructTag,
FArSlot & ArSlot,
FName BaseTag,
FName ThisTag,
FName AltTag )

Definition at line 40 of file LargeWorldCoordinatesSerializer.h.