FProperty::ContainsInstancedObjectProperty

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

bool ContainsInstancedObjectProperty() const

Remarks

Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a UObject reference that is marked CPF_NeedCtorLink (i.e. instanced keyword).

Returns

true if property (or sub- properties) contain a FObjectProperty that is marked CPF_NeedCtorLink, 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