Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- FNameProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FNameProperty : public TProperty_WithEqualityAndSerializer< FName, FProperty >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FNameProperty
(
UField* InField |
||
![]() |
FNameProperty
(
EInternal InInernal, |
||
![]() |
FNameProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | |
![]() |
FNameProperty
(
FFieldVariant InOwner, |
||
![]() |
FNameProperty
(
FFieldVariant InOwner, FNameProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FField * | Construct
(
const FFieldVariant& InOwner, |
|
![]() ![]() |
EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
|
![]() ![]() ![]() |
void | ExportText_Internal
(
FString& ValueStr, |
|
![]() ![]() ![]() |
FString | ||
![]() ![]() |
uint32 | GetValueTypeHashInternal
(
const void* Src |
|
![]() ![]() ![]() |
const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
|
![]() ![]() |
FFieldClass * | StaticClass () |
|
![]() ![]() |
constexpr uint64 | ||
![]() ![]() |
constexpr uint64 |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
void | operator delete
(
void* InMem |
|
![]() |
void * | operator new
(
const size_t InSize, |
|
![]() |
void * | operator new
(
const size_t InSize |
Typedefs
Name | Description |
---|---|
Super | |
TCppType | |
ThisClass | |
TTypeFundamentals |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FNameProperty
(
FFieldVariant InOwner, FNameProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |