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

Classes

struct  TIsTArrayOrDerivedFromTArray
 
struct  TTypeIsCompatibleWithRangeElementType
 

Typedefs

template<typename DestType , typename SourceType >
using TArrayElementsAreCompatible = TOrValue<std::is_same<DestType, std::decay_t<SourceType>>::value, TIsConstructible<DestType, SourceType>>
 

Functions

template<typename T >
FORCEINLINE decltype(autoGetDataHelper (T &&Arg)
 
template<typename FromArrayType , typename ToArrayType >
constexpr bool CanMoveTArrayPointersBetweenArrayTypes ()
 

Typedef Documentation

◆ TArrayElementsAreCompatible

Function Documentation

◆ CanMoveTArrayPointersBetweenArrayTypes()

constexpr bool UE4Array_Private::CanMoveTArrayPointersBetweenArrayTypes ( )
constexpr

Definition at line 283 of file Array.h.

◆ GetDataHelper()

template<typename T >
FORCEINLINE decltype(auto) UE4Array_Private::GetDataHelper ( T && Arg)

Definition at line 277 of file Array.h.