Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- FTextProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/TextProperty.h |
| Include | #include "UObject/TextProperty.h" |
Syntax
class FTextProperty : public TProperty< FText, FProperty >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextProperty
(
UField* InField |
|||
FTextProperty
(
EInternal InInernal, |
|||
FTextProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FTextProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | |
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | |||
| SIZE_T | GetFieldSize () |
||
| bool | Determines whether the property values are identical. | ||
| bool | Identical_Implementation
(
const FText& A, |
||
| bool | Identical_Implementation
(
const FText& A, |
||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
||
| 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 |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EIdenticalLexicalCompareMethod |
Typedefs
| Name | Description |
|---|---|
| Super | |
| TCppType | |
| ThisClass | |
| TTypeFundamentals |