FBlueprintDebugData::FindPureNodeScriptCodeRangeFromSourceNode

Finds the pure node script code range associated with the [impure] source node, or [FInt32Range(INDEX_NONE)](API\Runtime\Core\Math\FInt32Range) if there is no existing association.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

FInt32Range FindPureNodeScriptCodeRangeFromSourceNode
(
    const UEdGraphNode * SourceNode,
    UFunction * InFunction
) const

Remarks

Finds the pure node script code range associated with the [impure] source node, or FInt32Range(INDEX_NONE) if there is no existing association.

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