Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- FStrProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FStrProperty : public TProperty_WithEqualityAndSerializer< FString, FProperty >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStrProperty
(
UField* InField |
|||
FStrProperty
(
EInternal InInernal, |
|||
FStrProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FStrProperty
(
FFieldVariant InOwner, |
|||
FStrProperty
(
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 | |
|---|---|---|---|
FStrProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |