FNameAsStringProxyArchive::operator<<

Serialize the given [FName](API\Runtime\Core\UObject\FName) as an [FString](API\Runtime\Core\Containers\FString)

Windows
MacOS
Linux

Override Hierarchy

FArchive::operator<<()

FArchiveProxy::operator<<()

FNameAsStringProxyArchive::operator<<()

References

Module

Core

Header

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

Include

#include "Serialization/NameAsStringProxyArchive.h"

Source

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

Syntax

virtual FArchive & operator<<
(
    class FName & N
)

Remarks

Serialize the given FName as an FString

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