69 template<
class ElementType>
76 Value.SetNum(NumElements);
78 for (ElementType& Element :
Value)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define ULANG_FORCEINLINE
Definition Common.h:188
ULANG_FORCEINLINE friend CArchive & operator<<(CArchive &Ar, CUTF8String &Value)
Definition Archive.h:36
CArchive(const CArchive &)=delete
ULANG_FORCEINLINE friend TEnableIf< TIsArithmetic< T >::Value, CArchive & >::Type operator<<(CArchive &Ar, T &Value)
Definition Archive.h:33
CArchive & operator=(const CArchive &ArchiveToCopy)=delete
ULANG_FORCEINLINE friend CArchive & operator<<(CArchive &Ar, TArray< ElementType > &Value)
Definition Archive.h:70
ULANG_FORCEINLINE friend CArchive & operator<<(CArchive &Ar, TOptional< T > &Value)
Definition Archive.h:53
ULANG_FORCEINLINE bool IsLoading() const
Definition Archive.h:26
bool _bIsLoading
Definition Archive.h:87
virtual void Serialize(void *Data, int64_t NumBytes)=0
Definition Conditionals.h:95
Definition VVMEngineEnvironment.h:23
EResult
Generic error codes.
Definition Common.h:352
uLang::TUTF8String< CHeapRawAllocator > CUTF8String
A string allocated on the heap.
Definition UTF8String.h:269
uint8_t UTF8Char
UTF-8 octet.
Definition Unicode.h:20