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 >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTextProperty(FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags, int32 InOffset... | FTextProperty | Constructor used for constructing compiled in properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextProperty
(
EInternal InInernal, |
|||
FTextProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
||
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | |||
| bool | |||
| 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 |