FSetProperty::ContainsWeakObjectReference

Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a weak [UObject](API\Runtime\CoreUObject\UObject\UObject) reference.

Windows
MacOS
Linux

Override Hierarchy

FProperty::ContainsWeakObjectReference()

FSetProperty::ContainsWeakObjectReference()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp

Syntax

virtual bool ContainsWeakObjectReference() const

Remarks

Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a weak UObject reference.

Returns

true if property (or sub- properties) contain a weak UObject reference, false otherwise

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss