Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UField
Description
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.
| Name | GetAuthoredName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
FString GetAuthoredName() const