FBlueprintDebugData::FindSourceNodeFromCodeLocation

Finds the [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) associated with the code location Function+CodeOffset, or nullptr if there isn't one.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

UEdGraphNode * FindSourceNodeFromCodeLocation
(
    UFunction * Function,
    int32 CodeOffset,
    bool bAllowImpreciseHit
) const

Remarks

Finds the UEdGraphNode associated with the code location Function+CodeOffset, or nullptr if there isn't one.

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