FKismetConnectionDrawingPolicy::TreatWireAsExecutionPin

Should this wire be treated as an execution pin, querying the execution trace for connected nodes to draw it differently?

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/BlueprintConnectionDrawingPolicy.h

Include

#include "BlueprintConnectionDrawingPolicy.h"

Source

/Engine/Source/Editor/GraphEditor/Private/BlueprintConnectionDrawingPolicy.cpp

Syntax

virtual bool TreatWireAsExecutionPin
(
    UEdGraphPin * InputPin,
    UEdGraphPin * OutputPin
) const

Remarks

Should this wire be treated as an execution pin, querying the execution trace for connected nodes to draw it differently?

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