TIndirectArray::Serialize

Special serialize function passing the owning [UObject](API\Runtime\CoreUObject\UObject\UObject) along as required by FUnytpedBulkData serialization.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/IndirectArray.h

Include

#include "Containers/IndirectArray.h"

Syntax

void Serialize
(
    FArchive & Ar,
    UObject * Owner
)

Remarks

Special serialize function passing the owning UObject along as required by FUnytpedBulkData serialization.

Parameters

Parameter

Description

Ar

Archive to serialize with.

Owner

UObject this structure is serialized within.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss