FBlueprintDebugData::FindObjectThatCreatedProperty

Returns the object that caused the specified property to be created (can return nullptr if the association is unknown)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

UObject * FindObjectThatCreatedProperty
(
    class FProperty * AssociatedProperty
) const

Remarks

Returns the object that caused the specified property to be created (can return nullptr if the association is unknown)

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