Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSoftObjectProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSoftObjectProperty
(
UField* InField |
UObject/UnrealType.h | ||
FSoftObjectProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
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(UField *)
| Name | FSoftObjectProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertySoftObjectPtr.cpp |
FSoftObjectProperty
(
UField * InField
)
FSoftObjectProperty(EInternal, FFieldClass *)
| Name | FSoftObjectProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
FSoftObjectProperty
(
EInternal InInernal,
FFieldClass * InClass
)
FSoftObjectProperty(FFieldVariant, const UECodeGen_Private::FSoftObjectPropertyParams &)
Description
Constructor used for constructing compiled-in properties
| Name | FSoftObjectProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertySoftObjectPtr.cpp |
FSoftObjectProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FSoftObjectPropertyParams & Prop
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |
FSoftObjectProperty(FFieldVariant, const FName &, EObjectFlags)
| Name | FSoftObjectProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertySoftObjectPtr.cpp |
FSoftObjectProperty
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags
)
FSoftObjectProperty(FFieldVariant, const UECodeGen_Private::FObjectPropertyParamsWithoutClass &, UClass *)
Description
Constructor used for constructing compiled-in properties
| Name | FSoftObjectProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertySoftObjectPtr.cpp |
FSoftObjectProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FObjectPropertyParamsWithoutClass & Prop,
UClass * InClass
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |
| Class | Class of the object this property represents |