UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FArrayReader Member List

This is the complete list of members for FArrayReader, including all inherited members.

ActiveFPLBFArchive
Add(ElementType &&Item)TArray< uint8 >inline
Add(const ElementType &Item)TArray< uint8 >inline
Add_GetRef(ElementType &&Item) UE_LIFETIMEBOUNDTArray< uint8 >inline
Add_GetRef(const ElementType &Item) UE_LIFETIMEBOUNDTArray< uint8 >inline
AddDefaulted()TArray< uint8 >inline
AddDefaulted(SizeType Count)TArray< uint8 >inline
AddDefaulted_GetRef() UE_LIFETIMEBOUNDTArray< uint8 >inline
AddUninitialized()TArray< uint8 >inline
AddUninitialized(SizeType Count)TArray< uint8 >inline
AddUnique(ElementType &&Item)TArray< uint8 >inline
AddUnique(const ElementType &Item)TArray< uint8 >inline
AddZeroed()TArray< uint8 >inline
AddZeroed(SizeType Count)TArray< uint8 >inline
AddZeroed_GetRef() UE_LIFETIMEBOUNDTArray< uint8 >inline
AllocatorInstanceTArray< uint8 >protected
AllocatorType typedefTArray< uint8 >
Append(const TArray< OtherElementType, OtherAllocatorType > &Source)TArray< uint8 >inline
Append(TArray< OtherElementType, OtherAllocator > &&Source)TArray< uint8 >inline
Append(RangeType &&Source)TArray< uint8 >inline
Append(const ElementType *Ptr, SizeType Count)TArray< uint8 >inline
Append(std::initializer_list< ElementType > InitList)TArray< uint8 >inline
Append(const typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType *Ptr, SizeType Count)TArray< uint8 >inline
AppendHash(const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher)TArray< uint8 >inlinestatic
ArAllowLazyLoadingFArchive
ArContainsCodeFArchive
ArContainsMapFArchive
ArCustomPropertyListFArchive
ArForceByteSwappingFArchive
ArIgnoreArchetypeRefFArchive
ArIgnoreClassGeneratedByRefFArchive
ArIgnoreClassRefFArchive
ArIgnoreOuterRefFArchive
ArIsCountingMemoryFArchive
ArIsFilterEditorOnlyFArchive
ArIsModifyingWeakAndStrongReferencesFArchive
ArIsNetArchiveFArchive
ArIsObjectReferenceCollectorFArchive
ArIsSaveGameFArchive
ArIsSavingOptionalObjectFArchive
ArMaxSerializeSizeFArchive
ArMergeOverridesFArchive
ArNoDeltaFArchive
ArNoIntraPropertyDeltaFArchive
ArPortFlagsFArchive
ArPreserveArrayElementsFArchive
ArrayMaxTArray< uint8 >protected
ArrayNumTArray< uint8 >protected
ArSerializingDefaultsFArchive
ArShouldSkipBulkDataFArchive
ArUseCustomPropertyListFArchive
AtEnd()FArchiveinlinevirtual
AttachBulkData(UObject *Owner, FBulkData *BulkData)FArchiveinlinevirtual
AttachBulkData(UE::Serialization::FEditorBulkData *BulkData)FArchiveinlinevirtual
AttachExternalReadDependency(FExternalReadCallback &ReadCallback)FArchiveinlinevirtual
begin()TArray< uint8 >inline
begin() constTArray< uint8 >inline
bHasIntrusiveUnsetOptionalStateTArray< uint8 >static
BulkSerialize(FArchive &Ar, bool bForcePerElementSerialization=false)TArray< uint8 >inline
ByteOrderSerialize(void *V, int32 Length)FArchiveinline
ByteSwap(void *V, int32 Length)FArchive
CheckAddress(const ElementType *Addr) constTArray< uint8 >inline
CheckInvariants() constTArray< uint8 >inline
ClearError()FArchive
Close()FArchiveinlinevirtual
Contains(const ComparisonType &Item) constTArray< uint8 >inline
ContainsByPredicate(Predicate Pred) constTArray< uint8 >inline
ContainsCode() constFArchiveinline
ContainsMap() constFArchiveinline
CookingTarget() constFArchiveinline
CopyUnfrozen(const FMemoryUnfreezeContent &Context, void *Dst) constTArray< uint8 >inline
FMemoryArchive::CountBytes(SIZE_T InNum, SIZE_T InMax)FArchiveinlinevirtual
TArray< uint8 >::CountBytes(FArchive &Ar) constTArray< uint8 >inline
CreateConstIterator() constTArray< uint8 >inline
CreateIterator()TArray< uint8 >inline
CustomVer(const struct FGuid &Key) constFArchive
DetachBulkData(FBulkData *BulkData, bool bEnsureBulkDataIsLoaded)FArchiveinlinevirtual
DetachBulkData(UE::Serialization::FEditorBulkData *BulkData, bool bEnsureBulkDataIsLoaded)FArchiveinlinevirtual
DoDelta() constFArchiveinline
DoIntraPropertyDelta() constFArchiveinline
ElementAllocatorType typedefTArray< uint8 >
ElementType typedefTArray< uint8 >
Emplace(ArgsType &&... Args)TArray< uint8 >inline
Emplace_GetRef(ArgsType &&... Args) UE_LIFETIMEBOUNDTArray< uint8 >inline
EmplaceAt(SizeType Index, ArgsType &&... Args)TArray< uint8 >inline
EmplaceAt_GetRef(SizeType Index, ArgsType &&... Args) UE_LIFETIMEBOUNDTArray< uint8 >inline
Empty(SizeType Slack=0)TArray< uint8 >inline
end()TArray< uint8 >inline
end() constTArray< uint8 >inline
EngineNetVer() constFArchivevirtual
EngineVer() constFArchiveinline
FArchive()=defaultFArchive
FArchive(const FArchive &)=defaultFArchive
FArrayReader(bool bIsPersistent=false)FArrayReaderinline
FastPathLoad(void *InDest)FArchiveinline
FilterByPredicate(Predicate Pred) constTArray< uint8 >inline
Find(const ElementType &Item, SizeType &Index) constTArray< uint8 >inline
Find(const ElementType &Item) constTArray< uint8 >inline
FindByKey(const KeyType &Key)TArray< uint8 >inline
FindByKey(const KeyType &Key) constTArray< uint8 >inline
FindByPredicate(Predicate Pred)TArray< uint8 >inline
FindByPredicate(Predicate Pred) constTArray< uint8 >inline
FindItemByClass(SearchType **Item=nullptr, SizeType *ItemIndex=nullptr, SizeType StartIndex=0) constTArray< uint8 >inline
FindLast(const ElementType &Item, SizeType &Index) constTArray< uint8 >inline
FindLast(const ElementType &Item) constTArray< uint8 >inline
FindLastByPredicate(Predicate Pred, SizeType Count) constTArray< uint8 >inline
FindLastByPredicate(Predicate Pred) constTArray< uint8 >inline
Flush()FArchiveinlinevirtual
FlushCache()FArchiveinlinevirtual
FMemoryArchive()FMemoryArchiveinlineprotected
ForceBlueprintFinalization()FArchiveinlinevirtual
ForceByteSwapping() constFArchiveinline
GameNetVer() constFArchivevirtual
GetAllocatedSize(void) constTArray< uint8 >inline
GetAllocatorInstance() constTArray< uint8 >inline
GetAllocatorInstance()TArray< uint8 >inline
GetArchetypeFromLoader(const UObject *Obj)FArchiveinlinevirtual
GetArchiveName() constFArrayReaderinlinevirtual
GetArchiveState()FArchiveinline
GetArchiveState() constFArchiveinline
GetCacheableArchive()FArchiveinlinevirtual
GetCookContext()FArchiveinline
GetCookData()FArchiveinline
GetCustomVersions() constFArchivevirtual
GetData() UE_LIFETIMEBOUNDTArray< uint8 >inline
GetData() const UE_LIFETIMEBOUNDTArray< uint8 >inline
GetDebugSerializationFlags() constFArchiveinline
GetError() constFArchiveinline
GetInnermostState()FArchiveinlinevirtual
GetLinker()FArchiveinlinevirtual
GetMaxSerializeSize() constFArchiveinline
GetMigrationContext() constFArchiveinlinevirtual
GetPortFlags() constFArchiveinline
GetSavePackageData()FArchiveinline
GetSerializedProperty() constFArchiveinline
GetSerializedPropertyChain(TArray< class FProperty * > &OutProperties) constFArchive
GetSerializedPropertyChain() constFArchiveinline
GetSlack() constTArray< uint8 >inline
GetTypeSize()TArray< uint8 >inlinestatic
HasAllPortFlags(uint32 Flags) constFArchiveinline
HasAnyPortFlags(uint32 Flags) constFArchiveinline
Heapify(const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
Heapify()TArray< uint8 >inline
HeapPop(ElementType &OutItem, const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
HeapPop(ElementType &OutItem, const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< uint8 >inline
HeapPop(ElementType &OutItem, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
HeapPop(ElementType &OutItem, bool bAllowShrinking)TArray< uint8 >inline
HeapPopDiscard(const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
HeapPopDiscard(const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< uint8 >inline
HeapPopDiscard(EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
HeapPopDiscard(bool bAllowShrinking)TArray< uint8 >inline
HeapPush(ElementType &&InItem, const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
HeapPush(const ElementType &InItem, const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
HeapPush(ElementType &&InItem)TArray< uint8 >inline
HeapPush(const ElementType &InItem)TArray< uint8 >inline
HeapRemoveAt(SizeType Index, const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
HeapRemoveAt(SizeType Index, const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< uint8 >inline
HeapRemoveAt(SizeType Index, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
HeapRemoveAt(SizeType Index, bool bAllowShrinking)TArray< uint8 >inline
HeapSort(const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
HeapSort()TArray< uint8 >inline
HeapTop() const UE_LIFETIMEBOUNDTArray< uint8 >inline
HeapTop() UE_LIFETIMEBOUNDTArray< uint8 >inline
IndexOfByKey(const KeyType &Key) constTArray< uint8 >inline
IndexOfByPredicate(Predicate Pred) constTArray< uint8 >inline
Init(const ElementType &Element, SizeType Number)TArray< uint8 >inline
InlineFPLBFArchive
Insert(std::initializer_list< ElementType > InitList, const SizeType InIndex)TArray< uint8 >inline
Insert(const TArray< ElementType, OtherAllocator > &Items, const SizeType InIndex)TArray< uint8 >inline
Insert(TArray< ElementType, OtherAllocator > &&Items, const SizeType InIndex)TArray< uint8 >inline
Insert(const ElementType *Ptr, SizeType Count, SizeType Index)TArray< uint8 >inline
Insert(ElementType &&Item, SizeType Index)TArray< uint8 >inline
Insert(const ElementType &Item, SizeType Index)TArray< uint8 >inline
Insert(const TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &Items, const SizeType InIndex)TArray< uint8 >inline
Insert(TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &&Items, const SizeType InIndex)TArray< uint8 >inline
Insert_GetRef(ElementType &&Item, SizeType Index) UE_LIFETIMEBOUNDTArray< uint8 >inline
Insert_GetRef(const ElementType &Item, SizeType Index) UE_LIFETIMEBOUNDTArray< uint8 >inline
InsertDefaulted(SizeType Index)TArray< uint8 >inline
InsertDefaulted(SizeType Index, SizeType Count)TArray< uint8 >inline
InsertDefaulted_GetRef(SizeType Index) UE_LIFETIMEBOUNDTArray< uint8 >inline
InsertUninitialized(SizeType Index)TArray< uint8 >inline
InsertUninitialized(SizeType Index, SizeType Count)TArray< uint8 >inline
InsertZeroed(SizeType Index)TArray< uint8 >inline
InsertZeroed(SizeType Index, SizeType Count)TArray< uint8 >inline
InsertZeroed_GetRef(SizeType Index) UE_LIFETIMEBOUNDTArray< uint8 >inline
IntrusiveUnsetOptionalStateType typedefTArray< uint8 >
IsAllowingLazyLoading() constFArchiveinline
IsByteSwapping()FArchiveinline
IsCooking() constFArchiveinline
IsCountingMemory() constFArchiveinline
IsCriticalError() constFArchiveinline
IsEmpty() constTArray< uint8 >inline
IsError() constFArchiveinline
IsFilterEditorOnly() constFArchiveinline
IsForcingUnicode() constFArchiveinline
IsIgnoringArchetypeRef() constFArchiveinline
IsIgnoringClassGeneratedByRef() constFArchiveinline
IsIgnoringClassRef() constFArchiveinline
IsIgnoringOuterRef() constFArchiveinline
IsLoading() constFArchiveinline
IsLoadingFromCookedPackage() constFArchiveinline
IsMigratingRemoteObjects() constFArchiveinline
IsModifyingWeakAndStrongReferences() constFArchiveinline
IsNetArchive() constFArchiveinline
IsObjectReferenceCollector() constFArchiveinline
IsPersistent() constFArchiveinline
IsProxyOf(FArchive *InOther) constFArchiveinlinevirtual
IsSaveGame() constFArchiveinline
IsSaving() constFArchiveinline
IsSavingOptionalObject() constFArchiveinline
IsSerializingDefaults() constFArchiveinline
IsTextFormat() constFArchiveinline
IsTransacting() constFArchiveinline
IsValidIndex(SizeType Index) constTArray< uint8 >inline
Last(SizeType IndexFromTheEnd=0) UE_LIFETIMEBOUNDTArray< uint8 >inline
Last(SizeType IndexFromTheEnd=0) const UE_LIFETIMEBOUNDTArray< uint8 >inline
LicenseeUEVer() constFArchiveinline
LinkProxy(FArchiveState &Inner, FArchiveState &Proxy)FArchiveprotectedstatic
Logf(const FmtType &Fmt, Types... Args)FArchiveinline
MarkScriptSerializationEnd(const UObject *Obj)FArchiveinlinevirtual
MarkScriptSerializationStart(const UObject *Obj)FArchiveinlinevirtual
MarkSearchableName(const TObjectPtr< const UObject > &TypeObject, const FName &ValueName) constFArchiveinlinevirtual
Max() constTArray< uint8 >inline
Num() constTArray< uint8 >inline
NumBytes() constTArray< uint8 >inline
OffsetFMemoryArchiveprotected
operator const TArray< typename TContainerElementTypeCompatibility< AliasElementType >::ReinterpretType, AllocatorType > &() constTArray< uint8 >inline
operator TArray< typename TContainerElementTypeCompatibility< AliasElementType >::ReinterpretType, AllocatorType > &()TArray< uint8 >inline
operator!=(const TArray &OtherArray) constTArray< uint8 >inline
operator+=(TArray &&Other)TArray< uint8 >inline
operator+=(const TArray &Other)TArray< uint8 >inline
operator+=(std::initializer_list< ElementType > InitList)TArray< uint8 >inline
operator<<(class FName &N) overrideFMemoryArchiveinlinevirtual
operator<<(class UObject *&Res) overrideFMemoryArchiveinlinevirtual
operator<<(FName &Value)FMemoryArchiveinlinevirtual
operator<<(FText &Value)FMemoryArchivevirtual
operator<<(UObject *&Value)FMemoryArchiveinlinevirtual
operator<<(FField *&Value)FMemoryArchiveinlinevirtual
operator<<(TCheckedObjPtr< T > &Value)FMemoryArchiveinline
operator<<(struct FLazyObjectPtr &Value)FMemoryArchivevirtual
operator<<(struct FObjectPtr &Value)FMemoryArchivevirtual
operator<<(struct FSoftObjectPtr &Value)FMemoryArchivevirtual
operator<<(struct FSoftObjectPath &Value)FMemoryArchivevirtual
operator<<(struct FWeakObjectPtr &Value)FMemoryArchivevirtual
FMemoryArchive::operator=(const FArchive &ArchiveToCopy)=defaultFArchive
TArray< uint8 >::operator=(std::initializer_list< uint8 > InitList)TArray< uint8 >inline
TArray< uint8 >::operator=(const TArray< ElementType, OtherAllocatorType > &Other)TArray< uint8 >inline
TArray< uint8 >::operator=(const TArray &Other)TArray< uint8 >inline
TArray< uint8 >::operator=(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< uint8 >
TArray< uint8 >::operator=(TArray &&Other)TArray< uint8 >inline
TArray< uint8 >::operator=(TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, AllocatorType > &&Other)TArray< uint8 >inline
TArray< uint8 >::operator=(const TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &Other)TArray< uint8 >inline
operator==(FIntrusiveUnsetOptionalState Tag) constTArray< uint8 >inline
operator==(const TArray &OtherArray) constTArray< uint8 >inline
operator[](SizeType Index) UE_LIFETIMEBOUNDTArray< uint8 >inline
operator[](SizeType Index) const UE_LIFETIMEBOUNDTArray< uint8 >inline
Pop(EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
Pop(bool bAllowShrinking)TArray< uint8 >inline
PopFileRegionType()FArchiveinlinevirtual
PopSerializedProperty(class FProperty *InProperty, const bool bIsEditorOnlyProperty)FArchivevirtual
Precache(int64 PrecacheOffset, int64 PrecacheSize)FArchiveinlinevirtual
Preload(UObject *Object)FArchiveinlinevirtual
Push(ElementType &&Item)TArray< uint8 >inline
Push(const ElementType &Item)TArray< uint8 >inline
PushFileRegionType(EFileRegionType Type)FArchiveinlinevirtual
PushSerializedProperty(class FProperty *InProperty, const bool bIsEditorOnlyProperty)FArchivevirtual
RangeCheck(SizeType Index) constTArray< uint8 >inline
RangeCheck(SizeType Index, SizeType Count) constTArray< uint8 >inline
RangedForConstIteratorType typedefTArray< uint8 >
RangedForConstReverseIteratorType typedefTArray< uint8 >
RangedForIteratorType typedefTArray< uint8 >
RangedForReverseIteratorType typedefTArray< uint8 >
rbegin()TArray< uint8 >inline
rbegin() constTArray< uint8 >inline
Remove(const ElementType &Item)TArray< uint8 >inline
RemoveAll(const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
RemoveAllSwap(const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveAllSwap(const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< uint8 >inline
RemoveAt(SizeType Index, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveAt(SizeType Index, CountType Count, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveAt(SizeType Index, CountType Count, bool bAllowShrinking)TArray< uint8 >inline
RemoveAtSwap(SizeType Index, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveAtSwap(SizeType Index, CountType Count, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveAtSwap(SizeType Index, CountType Count, bool bAllowShrinking)TArray< uint8 >inline
RemoveSingle(const ElementType &Item)TArray< uint8 >inline
RemoveSingleSwap(const ElementType &Item, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveSingleSwap(const ElementType &Item, bool bAllowShrinking)TArray< uint8 >inline
RemoveSwap(const ElementType &Item, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
RemoveSwap(const ElementType &Item, bool bAllowShrinking)TArray< uint8 >inline
rend()TArray< uint8 >inline
rend() constTArray< uint8 >inline
RequiresLocalizationGather() constFArchiveinline
Reserve(SizeType Number)TArray< uint8 >inline
FMemoryArchive::Reset()FArchivevirtual
TArray< uint8 >::Reset(SizeType NewSize=0)TArray< uint8 >inline
ResetCustomVersions()FArchivevirtual
Seek(int64 InPos) finalFMemoryArchiveinlinevirtual
Serialize(void *Data, int64 Count)FArrayReaderinlinevirtual
SerializeBits(void *V, int64 LengthBits)FArchiveinlinevirtual
SerializeBulkData(FBulkData &BulkData, const FBulkDataSerializationParams &Params)FArchiveinlinevirtual
SerializeCompressed(void *V, int64 Length, FName CompressionFormatCannotChange, ECompressionFlags Flags=COMPRESS_NoFlags, bool bTreatBufferAsFileReader=false)FArchive
SerializeCompressedNew(void *V, int64 Length, FName CompressionFormatToEncode, FName CompressionFormatToDecodeOldV1Files, ECompressionFlags Flags=COMPRESS_NoFlags, bool bTreatBufferAsFileReader=false, int64 *OutPartialReadLength=nullptr)FArchive
SerializeCompressedNew(void *V, int64 Length)FArchive
SerializeInt(uint32 &Value, uint32 Max)FArchiveinlinevirtual
SerializeIntPacked(uint32 &Value)FArchivevirtual
SerializeIntPacked64(uint64 &Value)FArchivevirtual
SetArchiveState(const FArchiveState &InState)FArchive
SetByteSwapping(bool Enabled)FArchiveinline
SetCompressionMap(TArray< FCompressedChunk > *CompressedChunks, ECompressionFlags CompressionFlags)FArchiveinlinevirtual
SetCookData(FArchiveCookData *InCookData)FArchiveinline
SetCriticalError()FArchive
SetCustomVersion(const struct FGuid &Key, int32 Version, FName FriendlyName)FArchive
SetCustomVersions(const FCustomVersionContainer &CustomVersionContainer)FArchivevirtual
SetDebugSerializationFlags(uint32 InCustomFlags)FArchiveinlinevirtual
SetEngineNetVer(const uint32 InEngineNetVer)FArchivevirtual
SetEngineVer(const FEngineVersionBase &InVer)FArchivevirtual
SetError()FArchive
SetFilterEditorOnly(bool InFilterEditorOnly)FArchiveinlinevirtual
SetForceUnicode(bool bInForceUnicode)FArchivevirtual
SetGameNetVer(const uint32 InGameNetVer)FArchivevirtual
SetIsLoading(bool bInIsLoading)FArchivevirtual
SetIsLoadingFromCookedPackage(bool bInIsLoadingFromCookedPackage)FArchivevirtual
SetIsPersistent(bool bInIsPersistent)FArchivevirtual
SetIsSaving(bool bInIsSaving)FArchivevirtual
SetIsTextFormat(bool bInIsTextFormat)FArchivevirtual
SetIsTransacting(bool bInIsTransacting)FArchivevirtual
SetLicenseeUEVer(int32 InVer)FArchivevirtual
SetMigratingRemoteObjects(bool bMigrating)FArchive
SetNum(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
SetNum(SizeType NewNum, bool bAllowShrinking)TArray< uint8 >inline
SetNumUninitialized(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
SetNumUninitialized(SizeType NewNum, bool bAllowShrinking)TArray< uint8 >inline
SetNumUnsafeInternal(SizeType NewNum)TArray< uint8 >inline
SetNumZeroed(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< uint8 >inline
SetNumZeroed(SizeType NewNum, bool bAllowShrinking)TArray< uint8 >inline
SetPortFlags(uint32 InPortFlags)FArchiveinline
SetSavePackageData(FArchiveSavePackageData *InSavePackageData)FArchiveinline
SetSavingOptionalObject(bool InSavingOptionalObject)FArchiveinlinevirtual
SetSerializeContext(FUObjectSerializeContext *InLoadContext)FArchiveinlinevirtual
SetSerializedProperty(FProperty *InProperty)FArchiveinlinevirtual
SetSerializedPropertyChain(const FArchiveSerializedPropertyChain *InSerializedPropertyChain, class FProperty *InSerializedPropertyOverride=nullptr)FArchivevirtual
SetShouldSkipCompilingAssets(bool Enabled)FArchiveinlineprotected
SetShouldSkipUpdateCustomVersion(bool bShouldSkip)FArchive
SetUEVer(FPackageFileVersion InVer)FArchivevirtual
SetUseUnversionedPropertySerialization(bool bInUseUnversioned)FArchivevirtual
SetWantBinaryPropertySerialization(bool bInWantBinaryPropertySerialization)FArchivevirtual
ShouldSkipBulkData() constFArchiveinline
ShouldSkipCompilingAssets() constFArchiveinline
ShouldSkipProperty(const FProperty *InProperty) constFArchiveinlinevirtual
ShouldSkipUpdateCustomVersion() constFArchiveinline
Shrink()TArray< uint8 >inline
SizeType typedefTArray< uint8 >
Sort()TArray< uint8 >inline
Sort(const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
StableSort()TArray< uint8 >inline
StableSort(const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
StartSerializingDefaults()FArchiveinline
StopSerializingDefaults()FArchiveinline
Swap(SizeType FirstIndexToSwap, SizeType SecondIndexToSwap)TArray< uint8 >inline
SwapMemory(SizeType FirstIndexToSwap, SizeType SecondIndexToSwap)TArray< uint8 >inline
TArray()TArray< uint8 >inline
TArray(EConstEval)TArray< uint8 >inlineexplicit
TArray(const ElementType *Ptr, SizeType Count)TArray< uint8 >inline
TArray(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< uint8 >explicit
TArray(std::initializer_list< uint8 > InitList)TArray< uint8 >inline
TArray(const TArray< OtherElementType, OtherAllocator > &Other)TArray< uint8 >inlineexplicit
TArray(const TArray &Other)TArray< uint8 >inline
TArray(const TArray &Other, SizeType ExtraSlack)TArray< uint8 >inline
TArray(TArray &&Other)TArray< uint8 >inline
TArray(TArray< OtherElementType, OtherAllocator > &&Other)TArray< uint8 >inlineexplicit
TArray(TArray< OtherElementType, AllocatorType > &&Other, SizeType ExtraSlack)TArray< uint8 >inline
TArray(FIntrusiveUnsetOptionalState Tag)TArray< uint8 >inlineexplicit
TArray(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< uint8 >
TConstIterator typedefTArray< uint8 >
Tell() finalFMemoryArchiveinlinevirtual
ThisContainsCode()FArchiveinline
ThisContainsMap()FArchiveinline
ThisRequiresLocalizationGather()FArchive
TIterator typedefTArray< uint8 >
Top() UE_LIFETIMEBOUNDTArray< uint8 >inline
Top() const UE_LIFETIMEBOUNDTArray< uint8 >inline
ToString(const FPlatformTypeLayoutParameters &LayoutParams, FMemoryToStringContext &OutContext) constTArray< uint8 >inline
TotalSize()FArrayReaderinlinevirtual
UEVer() constFArchiveinline
UnlinkProxy(FArchiveState &Inner, FArchiveState &Proxy)FArchiveprotectedstatic
UseToResolveEnumerators() constFArchiveinlinevirtual
UseUnversionedPropertySerialization() constFArchiveinline
UsingCustomVersion(const struct FGuid &Guid)FArchivevirtual
VerifyHeap(const PREDICATE_CLASS &Predicate)TArray< uint8 >inline
WantBinaryPropertySerialization() constFArchiveinline
WriteMemoryImage(FMemoryImageWriter &Writer) constTArray< uint8 >inline
~FArchive()FArchivevirtual
~TArray()TArray< uint8 >inline