Navigation
API > API/Runtime > API/Runtime/CoreUObject
Describes a reference variable to another object which may be nil, and will become valid or invalid at any point
| Name | FSoftObjectProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
class FSoftObjectProperty : public TFObjectPropertyBase< FSoftObjectPtr >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TFObjectPropertyBase → FSoftObjectProperty
- TPropertyTypeFundamentals → TProperty → TFObjectPropertyBase → FSoftObjectProperty
- TProperty → TFObjectPropertyBase → FSoftObjectProperty
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSoftObjectProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled-in properties | UObject/UnrealType.h | |
FSoftObjectProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
FSoftObjectProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled-in properties | UObject/UnrealType.h | |
FSoftObjectProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FSoftObjectProperty
(
UField* InField |
UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TFObjectPropertyBase< FSoftObjectPtr > | UObject/UnrealType.h | |
| ThisClass | FSoftObjectProperty | UObject/UnrealType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AllowCrossLevel() |
UObject/UnrealType.h | ||
virtual EConvertFromTypeResult ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | UObject/UnrealType.h | |
virtual FString GetCPPMacroType
(
FString& ExtendedTypeText |
UObject/UnrealType.h | ||
virtual FString GetCPPTypeCustom
(
FString* ExtendedTypeText, |
UObject/UnrealType.h | ||
virtual SIZE_T GetFieldSize() |
UObject/UnrealType.h | ||
virtual FName GetID() |
UObject/UnrealType.h | ||
virtual UObject * GetObjectPropertyValue
(
const void* PropertyValueAddress |
UObject/UnrealType.h | ||
virtual UObject * GetObjectPropertyValue_InContainer
(
const void* ContainerAddress, |
UObject/UnrealType.h | ||
virtual TObjectPtr< UObject > GetObjectPtrPropertyValue
(
const void* PropertyValueAddress |
UObject/UnrealType.h | ||
virtual TObjectPtr< UObject > GetObjectPtrPropertyValue_InContainer
(
const void* ContainerAddress, |
UObject/UnrealType.h | ||
virtual bool Identical
(
const void* A, |
Determines whether the property values are identical. | UObject/UnrealType.h | |
virtual UObject * LoadObjectPropertyValue
(
const void* PropertyValueAddress |
UObject/UnrealType.h | ||
virtual bool NetSerializeItem
(
FArchive& Ar, |
UObject/UnrealType.h | ||
virtual void SerializeItem
(
FStructuredArchive::FSlot Slot, |
UObject/UnrealType.h |
Overridden from TProperty
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetCPPType
(
FString* ExtendedTypeText, |
TProperty::GetCPPType should not be used here. | UObject/UnrealType.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExportText_Internal
(
FString& ValueStr, |
UObject/UnrealType.h | ||
virtual const TCHAR * ImportText_Internal
(
const TCHAR* Buffer, |
UObject/UnrealType.h | ||
virtual void SetObjectPropertyValueUnchecked
(
void* PropertyValueAddress, |
UObject/UnrealType.h | ||
virtual void SetObjectPropertyValueUnchecked_InContainer
(
void* ContainerAddress, |
UObject/UnrealType.h | ||
virtual void SetObjectPtrPropertyValueUnchecked
(
void* PropertyValueAddress, |
UObject/UnrealType.h | ||
virtual void SetObjectPtrPropertyValueUnchecked_InContainer
(
void* ContainerAddress, |
UObject/UnrealType.h |
Overridden from TProperty
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void LinkInternal
(
FArchive& Ar |
UObject/UnrealType.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/UnrealType.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/UnrealType.h | ||
static uint64 StaticClassCastFlags() |
UObject/UnrealType.h | ||
static uint64 StaticClassCastFlagsPrivate() |
UObject/UnrealType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize, |
UObject/UnrealType.h | ||
| UObject/UnrealType.h | |||
FSoftObjectProperty & operator=
(
const FSoftObjectProperty& |
UObject/UnrealType.h |