Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_CallFunction
- UK2Node_CallFunctionOnMember
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunctionOnMember.h |
| Include | #include "K2Node_CallFunctionOnMember.h" |
Syntax
class UK2Node_CallFunctionOnMember : public UK2Node_CallFunction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMemberReference | MemberVariableToCallOn | Reference to member variable to call function on |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_CallFunctionOnMember
(
const FObjectInitializer& ObjectInitializer |
Overridden from UK2Node_CallFunction
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | CreateSelfPin
(
const UFunction* Function |
Creates a self pin for the graph, taking into account the scope of the function call | |
| FText | Get the text to use to explain the context for this function (used on node title) |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
Returns whether or not this node has dependencies on an external structure If OptionalOutput isn't null, it should be filled with the known dependencies objects (Classes, Structures, Functions, etc). |