FBlueprintDebugData::FindPinThatCreatedProperty

Returns the pin that caused the specified property to be created (can return nullptr if the association is unknown or the association is from an object instead)

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

UEdGraphPin * FindPinThatCreatedProperty
(
    class FProperty * AssociatedProperty
) const

Remarks

Returns the pin that caused the specified property to be created (can return nullptr if the association is unknown or the association is from an object instead)

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