FField::GetAuthoredName

Returns a human readable string that was assigned to this field at creation.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h

Include

#include "UObject/Field.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp

Syntax

FString GetAuthoredName() const

Remarks

Returns a human readable string that was assigned to this field at creation. By default this is the same as GetName() but it can be overridden if that is an internal-only name. This name is consistent in editor/cooked builds, is not localized, and is useful for data import/export.

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