Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
LargeWorldCoordinatesSerializer.h File Reference
+ Include dependency graph for LargeWorldCoordinatesSerializer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LWCSerializerPrivate
 

Macros

#define UE_SERIALIZE_VARIANT_FROM_MISMATCHED_TAG(AR_OR_SLOT, ALIAS, TYPE, ALT_TYPE)   LWCSerializerPrivate::SerializeFromMismatchedTag<F##ALT_TYPE>(*this, StructTag, AR_OR_SLOT, NAME_##ALIAS, NAME_##TYPE, NAME_##ALT_TYPE)
 

Functions

bool LWCSerializerPrivate::IsPreLWC (const FArchive &Ar)
 
bool LWCSerializerPrivate::IsPreLWC (const FStructuredArchive::FSlot &Slot)
 
template<typename FAltType , typename FType , typename FArSlot >
std::enable_if_t< std::is_floating_point_v< typename FType::FReal >, boolLWCSerializerPrivate::SerializeFromMismatchedTag (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 >, boolLWCSerializerPrivate::SerializeFromMismatchedTag (FType &Target, FName StructTag, FArSlot &ArSlot, FName BaseTag, FName ThisTag, FName AltTag)
 

Macro Definition Documentation

◆ UE_SERIALIZE_VARIANT_FROM_MISMATCHED_TAG