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