Navigation
API > API/Runtime > API/Runtime/CoreUObject
Describes a name variable pointing into the global name table.
| Name | FNameProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
class FNameProperty : public TProperty_WithEqualityAndSerializer< FName, FProperty >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TProperty_WithEqualityAndSerializer → FNameProperty
- TPropertyTypeFundamentals → TProperty → TProperty_WithEqualityAndSerializer → FNameProperty
- TProperty → TProperty_WithEqualityAndSerializer → FNameProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNameProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
FNameProperty
(
UField* InField |
UObject/UnrealType.h | ||
FNameProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FNameProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TProperty_WithEqualityAndSerializer< FName, FProperty > | UObject/UnrealType.h | |
| TCppType | TTypeFundamentals::TCppType | UObject/UnrealType.h | |
| ThisClass | FNameProperty | UObject/UnrealType.h | |
| TTypeFundamentals | Super::TTypeFundamentals | UObject/UnrealType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EConvertFromTypeResult ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | UObject/UnrealType.h | |
virtual SIZE_T GetFieldSize() |
UObject/UnrealType.h | ||
virtual uint32 GetValueTypeHashInternal
(
const void* Src |
UObject/UnrealType.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExportText_Internal
(
FString& ValueStr, |
UObject/UnrealType.h | ||
virtual const TCHAR * ImportText_Internal
(
const TCHAR* Buffer, |
UObject/UnrealType.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/UnrealType.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/UnrealType.h | ||
static EClassCastFlags StaticClassCastFlags() |
UObject/UnrealType.h | ||
static EClassCastFlags StaticClassCastFlagsPrivate() |
UObject/UnrealType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize, |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize |
UObject/UnrealType.h | ||
FNameProperty & operator=
(
const FNameProperty& |
UObject/UnrealType.h | ||
FNameProperty & operator=
(
FNameProperty&& |
UObject/UnrealType.h |