UK2Node_CallFunction::CreatePinsForFunctionCall

Creates all of the pins required to call a particular [UFunction](API\Runtime\CoreUObject\UObject\UFunction).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_CallFunction.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp

Syntax

bool CreatePinsForFunctionCall
(
    const UFunction * Function
)

Remarks

Creates all of the pins required to call a particular UFunction.

Returns

true on success.

Parameters

Parameter

Description

Function

The function to be called by the Node.

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