MakeNamedValue

Helper function to construct a [TNamedValue](API\Runtime\Core\Serialization\TNamedValue), deducing the value type.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/StructuredArchive.h"

Syntax

template<typename T>
TNamedValue< T > MakeNamedValue
(
    FArchiveFieldName Name,
    T & Value
)

Remarks

Helper function to construct a TNamedValue, deducing the value type.

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