FBlueprintDebugData::FindAllCodeLocationsFromSourcePin

Finds all code locations (Function+CodeOffset) associated with the source pin.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

void FindAllCodeLocationsFromSourcePin
(
    UEdGraphPin const * SourcePin,
    UFunction * InFunction,
    TArray< int32 > & OutPinToCodeAssociations
) const

Remarks

Finds all code locations (Function+CodeOffset) associated with the source pin.

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