FArchiveFieldName

Define a structure to encapsulate a field name, which compiles to an empty object if WITH_TEXT_ARCHIVE_SUPPORT = 0.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/StructuredArchiveFormatter.h"

Syntax

struct FArchiveFieldName

Remarks

Define a structure to encapsulate a field name, which compiles to an empty object if WITH_TEXT_ARCHIVE_SUPPORT = 0.

Variables

Name Description

Public variable

const TCHAR ...

 

Name

Constructors

Name Description

Public function

FArchiveFieldName

(
    const TCHAR* InName
)

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