Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveNameHelpers.h |
Include | #include "Serialization/StructuredArchiveNameHelpers.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
Type | Name | Description | |
---|---|---|---|
![]() |
const TCHAR * | Name |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArchiveFieldName
(
const TCHAR* InName |