Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TFObjectPropertyBase
- FSoftObjectProperty
- FSoftClassProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FSoftClassProperty : public FSoftObjectProperty
Remarks
Describes a reference variable to another class which may be nil, and will become valid or invalid at any point
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UClass > | MetaClass | Variables. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSoftClassProperty
(
UField* InField |
|||
FSoftClassProperty
(
EInternal InInernal, |
|||
FSoftClassProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FSoftClassProperty
(
FFieldVariant InOwner, |
|||
FSoftClassProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| void | BeginDestroy () |
||
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| FString | GetCPPTypeCustom
(
FString* ExtendedTypeText, |
||
| FString | |||
| void | PostDuplicate
(
const FField& InField |
Fixups after duplicating a Field | |
| bool | Returns true, if Other is property of exactly the same type | ||
| void | Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties. | ||
| void | SetMetaClass
(
UClass* NewMetaClass |
Setter function for this property's MetaClass member. | |
| FFieldClass * | StaticClass () |
||
| constexpr uint64 | |||
| constexpr uint64 |
Overridden from TProperty
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType
(
FString* ExtendedTypeText, |
TProperty::GetCPPType should not be used here. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize, |
||
| void * | operator new
(
const size_t InSize |
Typedefs
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FSoftClassProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |