UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSoftObjectProperty Member List

This is the complete list of members for FSoftObjectProperty, including all inherited members.

AllowCrossLevel() const overrideFSoftObjectPropertyvirtual
ClearIntrusiveOptionalValue(void *Data) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
TPropertyTypeFundamentals::ClearIntrusiveOptionalValue(void *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
ClearValueInternal(void *Data) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
ContainsObjectReference(TArray< const FStructProperty * > &EncounteredStructProps, EPropertyObjectReferenceType InReferenceType=EPropertyObjectReferenceType::Strong) const overrideTFObjectPropertyBase< FSoftObjectPtr >inlinevirtual
ConvertFromType(const FPropertyTag &Tag, FStructuredArchive::FSlot Slot, uint8 *Data, const UStruct *DefaultsStruct, const uint8 *Defaults) overrideFSoftObjectPropertyvirtual
CopyValuesInternal(void *Dest, void const *Src, int32 Count) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
CPPAlignment enum valueTPropertyTypeFundamentals< InTCppType >
CPPSize enum valueTPropertyTypeFundamentals< InTCppType >
DestroyPropertyValue(void *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
DestroyValueInternal(void *Dest) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
ExportText_Internal(FString &ValueStr, const void *PropertyValueOrContainer, EPropertyPointerType PropertyPointerType, const void *DefaultValue, UObject *Parent, int32 PortFlags, UObject *ExportRootScope) const overrideFSoftObjectPropertyprotectedvirtual
GetComputedFlagsPropertyFlags()TPropertyTypeFundamentals< InTCppType >inlineprotectedstatic
GetCPPType(FString *ExtendedTypeText, uint32 CPPExportFlags) const overrideFSoftObjectPropertyvirtual
GetDefaultPropertyValue()TPropertyTypeFundamentals< InTCppType >inlinestatic
GetMinAlignment() const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
GetObjectPropertyValue(const void *PropertyValueAddress) const overrideFSoftObjectPropertyvirtual
GetObjectPropertyValue_InContainer(const void *ContainerAddress, int32 ArrayIndex=0) const overrideFSoftObjectPropertyvirtual
GetObjectPtrPropertyValue(const void *PropertyValueAddress) const overrideFSoftObjectPropertyvirtual
GetObjectPtrPropertyValue_InContainer(const void *ContainerAddress, int32 ArrayIndex=0) const overrideFSoftObjectPropertyvirtual
GetOptionalPropertyValue(void const *B)TPropertyTypeFundamentals< InTCppType >inlinestatic
GetOptionalPropertyValue_InContainer(void const *B, int32 ArrayIndex=0) constTProperty< InTCppType, TInPropertyBaseClass >inline
GetPropertyValue(void const *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
GetPropertyValue_InContainer(void const *A, int32 ArrayIndex=0) constTProperty< InTCppType, TInPropertyBaseClass >inline
GetPropertyValuePtr(void const *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
GetPropertyValuePtr(void *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
GetPropertyValuePtr_InContainer(void const *A, int32 ArrayIndex=0) constTProperty< InTCppType, TInPropertyBaseClass >inline
GetPropertyValuePtr_InContainer(void *A, int32 ArrayIndex=0) constTProperty< InTCppType, TInPropertyBaseClass >inline
GetTypeName()TPropertyTypeFundamentals< InTCppType >inlinestatic
GetValue_InContainer(void const *InContainer, TCppType *OutValue) constTProperty< InTCppType, TInPropertyBaseClass >inline
HasIntrusiveUnsetOptionalState() const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
TPropertyTypeFundamentals::HasIntrusiveUnsetOptionalState()TPropertyTypeFundamentals< InTCppType >inlinestatic
ImportText_Internal(const TCHAR *Buffer, void *ContainerOrPropertyPtr, EPropertyPointerType PropertyPointerType, UObject *OwnerObject, int32 PortFlags, FOutputDevice *ErrorText) const overrideFSoftObjectPropertyprotectedvirtual
InitializeIntrusiveUnsetOptionalValue(void *Data) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
TPropertyTypeFundamentals::InitializeIntrusiveUnsetOptionalValue(void *Data)TPropertyTypeFundamentals< InTCppType >inlinestatic
InitializePropertyValue(void *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
InitializeValueInternal(void *Dest) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
IsIntrusiveOptionalValueSet(const void *Data) const overrideTProperty< InTCppType, TInPropertyBaseClass >inlinevirtual
TPropertyTypeFundamentals::IsIntrusiveOptionalValueSet(const void *A)TPropertyTypeFundamentals< InTCppType >inlinestatic
LinkInternal(FArchive &Ar) overrideFSoftObjectPropertyprotectedvirtual
LoadObjectPropertyValue(const void *PropertyValueAddress) const overrideFSoftObjectPropertyvirtual
SetObjectPropertyValueUnchecked(void *PropertyValueAddress, UObject *Value) const overrideFSoftObjectPropertyprotectedvirtual
SetObjectPropertyValueUnchecked_InContainer(void *ContainerAddress, UObject *Value, int32 ArrayIndex=0) const overrideFSoftObjectPropertyprotectedvirtual
SetObjectPtrPropertyValueUnchecked(void *PropertyValueAddress, TObjectPtr< UObject > Ptr) const overrideFSoftObjectPropertyprotectedvirtual
SetObjectPtrPropertyValueUnchecked_InContainer(void *ContainerAddress, TObjectPtr< UObject > Ptr, int32 ArrayIndex=0) const overrideFSoftObjectPropertyprotectedvirtual
SetPropertyValue(void *A, TCppType const &Value)TPropertyTypeFundamentals< InTCppType >inlinestatic
SetPropertyValue_InContainer(void *A, TCppType const &Value, int32 ArrayIndex=0) constTProperty< InTCppType, TInPropertyBaseClass >inline
SetValue_InContainer(void *OutContainer, const TCppType &InValue) constTProperty< InTCppType, TInPropertyBaseClass >inline
Super typedefTFObjectPropertyBase< FSoftObjectPtr >
TCppType typedefTFObjectPropertyBase< FSoftObjectPtr >
TFObjectPropertyBase(EInternal InInernal, FFieldClass *InClass)TFObjectPropertyBase< FSoftObjectPtr >inline
TFObjectPropertyBase(FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags)TFObjectPropertyBase< FSoftObjectPtr >inline
TFObjectPropertyBase(FFieldVariant InOwner, const UECodeGen_Private::FObjectPropertyParams &Prop)TFObjectPropertyBase< FSoftObjectPtr >inline
TFObjectPropertyBase(FFieldVariant InOwner, const UECodeGen_Private::FObjectPropertyParamsWithoutClass &Prop, UClass *InClass)TFObjectPropertyBase< FSoftObjectPtr >inline
TProperty(EInternal InInernal, FFieldClass *InClass)TProperty< InTCppType, TInPropertyBaseClass >inline
TProperty(FFieldVariant InOwner, const FName &InName, EObjectFlags InObjectFlags)TProperty< InTCppType, TInPropertyBaseClass >inline
TProperty(FFieldVariant InOwner, PropertyParamsType &Prop)TProperty< InTCppType, TInPropertyBaseClass >inline
TTypeFundamentals typedefTFObjectPropertyBase< FSoftObjectPtr >