FStructuredArchiveMap

Represents a map in the structured archive.

Windows
MacOS
Linux

Inheritance Hierarchy

FSlotPosition

FSlotBase

FStructuredArchiveMap

References

Module

Core

Header

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

Include

#include "Serialization/StructuredArchive.h"

Syntax

class FStructuredArchiveMap : public UE4StructuredArchive_Private::FSlotBase

Remarks

Represents a map in the structured archive. A map is similar to a record, but keys can be read back out from an archive. (This is an important distinction for binary archives).

Functions

Name Description

Public function

FStructuredA...

 

EnterElement

(
    FString& Name
)

Public function

FStructuredA...

 

EnterElement_TextOnly

(
    FString& Name,
    EArchiveValueType& OutType
)

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