Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetFunctionContext
References
| Module | KismetCompiler |
| Header | /Engine/Source/Editor/KismetCompiler/Public/KismetCompiledFunctionContext.h |
| Include | #include "KismetCompiledFunctionContext.h" |
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)