Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FVerseStringProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/VerseStringProperty.h |
| Include Path | #include "UObject/VerseStringProperty.h" |
Syntax
class FVerseStringProperty : public TProperty_WithEqualityAndSerializer< InTCppType, TInPropertyBaseClass >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TProperty_WithEqualityAndSerializer → FVerseStringProperty
- TPropertyTypeFundamentals → TProperty → TProperty_WithEqualityAndSerializer → FVerseStringProperty
- TProperty → TProperty_WithEqualityAndSerializer → FVerseStringProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVerseStringProperty
(
FFieldVariant InOwner, |
UObject/VerseStringProperty.h | ||
FVerseStringProperty
(
FFieldVariant InOwner, |
UObject/VerseStringProperty.h | ||
FVerseStringProperty
(
EInternal InInernal, |
UObject/VerseStringProperty.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVerseStringProperty() |
UObject/VerseStringProperty.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FVerseStringProperty_Super | UObject/VerseStringProperty.h | |
| TCppType | TTypeFundamentals::TCppType | UObject/VerseStringProperty.h | |
| ThisClass | FVerseStringProperty | UObject/VerseStringProperty.h | |
| TTypeFundamentals | FVerseStringProperty_Super::TTypeFundamentals | UObject/VerseStringProperty.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Inner | FProperty * | UObject/VerseStringProperty.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddCppProperty
(
FProperty* Property |
UObject/VerseStringProperty.h | ||
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
UObject/VerseStringProperty.h | ||
virtual SIZE_T GetFieldSize() |
UObject/VerseStringProperty.h | ||
virtual void Serialize
(
FArchive& Ar |
UObject/VerseStringProperty.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExportText_Internal
(
FString& ValueStr, |
UObject/VerseStringProperty.h | ||
uint32 GetValueTypeHashInternal
(
const void* Src |
UObject/VerseStringProperty.h | ||
virtual const TCHAR * ImportText_Internal
(
const TCHAR* Buffer, |
UObject/VerseStringProperty.h | ||
virtual bool LoadTypeName
(
UE::FPropertyTypeName Type, |
UObject/VerseStringProperty.h | ||
virtual void SaveTypeName
(
UE::FPropertyTypeNameBuilder& Type |
UObject/VerseStringProperty.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/VerseStringProperty.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/VerseStringProperty.h | ||
static EClassCastFlags StaticClassCastFlags() |
UObject/VerseStringProperty.h | ||
static EClassCastFlags StaticClassCastFlagsPrivate() |
UObject/VerseStringProperty.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/VerseStringProperty.h | ||
void * operator new
(
const size_t InSize, |
UObject/VerseStringProperty.h | ||
void * operator new
(
const size_t InSize |
UObject/VerseStringProperty.h | ||
FVerseStringProperty & operator=
(
const FVerseStringProperty& |
UObject/VerseStringProperty.h | ||
| UObject/VerseStringProperty.h |