FKismetFunctionContext::FindRequiredPinByName

Looks for a pin of the given name, erroring if the pin is not found or if the direction doesn't match (doesn't verify the pin type)

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h

Include

#include "KismetCompiledFunctionContext.h"

Syntax

UEdGraphPin * FindRequiredPinByName
(
    const UEdGraphNode * Node,
    const FName PinName,
    EEdGraphPinDirection RequiredDirection
)

Remarks

Looks for a pin of the given name, erroring if the pin is not found or if the direction doesn't match (doesn't verify the pin type)

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