UEdGraphSchema_K2::IsExecPin

Checks to see if a pin is an execution pin.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Syntax

static bool IsExecPin
(
    const UEdGraphPin & Pin
)

Remarks

Checks to see if a pin is an execution pin.

Returns

true if it is an execution pin.

Parameters

Parameter

Description

Pin

The pin to check.

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