UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::StructuredArchive::Private::TOptionalNamedAttribute< T > Struct Template Reference

#include <StructuredArchiveNameHelpers.h>

Public Attributes

FArchiveFieldName Name
 
T & Value
 
const T & Default
 

Detailed Description

template<typename T>
struct UE::StructuredArchive::Private::TOptionalNamedAttribute< T >

Class to contain a named attribute for serialization, with a default. Intended to be created as a temporary and passed to object serialization methods, which can choose not to serialize the attribute if it matches the default.

Member Data Documentation

◆ Default

◆ Name

◆ Value


The documentation for this struct was generated from the following file: