Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | TOptionalNamedAttribute |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveNameHelpers.h |
| Include Path | #include "Serialization/StructuredArchiveNameHelpers.h" |
Syntax
template<typename T>
struct TOptionalNamedAttribute
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Default | const T & | Serialization/StructuredArchiveNameHelpers.h | ||
| Name | FArchiveFieldName | Serialization/StructuredArchiveNameHelpers.h | ||
| Value | T & | Serialization/StructuredArchiveNameHelpers.h |