CopyFormattedData

Copies formatted data from one place to another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/StructuredArchiveFormatter.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/StructuredArchiveFormatter.cpp

Syntax

void CopyFormattedData
(
    FStructuredArchiveFormatter & InputFormatter,
    FStructuredArchiveFormatter & OutputFormatter
)

Remarks

Copies formatted data from one place to another. Useful for conversion functions or visitor patterns.

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