UEdGraphSchema_K2::IsMetaPin

Checks to see if a pin is a meta-pin (either a Self or Exec pin)

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "EdGraphSchema_K2.h"

Syntax

bool IsMetaPin
(
    const UEdGraphPin & Pin
) const

Remarks

Checks to see if a pin is a meta-pin (either a Self or Exec pin)

Returns

true if it is a Self or Exec 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