![]() |
Ark Server API (ASA) - Wiki
|
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 >, bool > | 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 >, bool > | SerializeFromMismatchedTag (FType &Target, FName StructTag, FArSlot &ArSlot, FName BaseTag, FName ThisTag, FName AltTag) |
Definition at line 13 of file LargeWorldCoordinatesSerializer.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 14 of file LargeWorldCoordinatesSerializer.h.
Here is the call graph for this function:| 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.