Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- UE_STRPROPERTY_CLASS
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/StrProperty.h.inl |
| Include | #include "UObject/StrProperty.h.inl" |
Syntax
class UE_STRPROPERTY_CLASS : public TProperty_WithEqualityAndSerializer< UE_STRPROPERTY_STRINGTYPE, FProperty >
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | |
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | |||
| uint32 | GetValueTypeHashInternal
(
const void* Src |
||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
Typedefs
| Name | Description |
|---|---|
| TCppType |