FStructuredArchiveChildReader

[FStructuredArchiveChildReader](API\Runtime\Core\Serialization\FStructuredArchiveChildReader)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/StructuredArchive.h

Include

#include "Serialization/StructuredArchive.h"

Syntax

class FStructuredArchiveChildReader

Remarks

FStructuredArchiveChildReader

Utility class for easily creating a structured archive that covers the data hierarchy underneath the given slot

Allows serialization code to get an archive instance for the current location, so that it can return to it later on after the master archive has potentially moved on into a different location in the file.

Constructors

Name Description

Public function

FStructuredArchiveChildReader

(
    FStructuredArchiveSlot InSlot
)

Destructors

Functions

Name Description

Public function

FStructuredA...

 

GetRoot()

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