Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/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 >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNameProperty(FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags, int32 InOffset... | FNameProperty | Constructor used for constructing compiled in properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNameProperty
(
EInternal InInernal, |
|||
FNameProperty
(
FFieldVariant InOwner, |
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 () |
||
| uint64 | |||
| 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 |