UK2Node_CallFunctionOnMember

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public variable

FMemberReferenc...

 

MemberVariableToCallOn

Reference to member variable to call function on

Constructors

Name Description

Public function

UK2Node_CallFunctionOnMember

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UK2Node_CallFunction

Name Description

Public function Virtual

UEdGraphPin ...

 

CreateSelfPin

(
    const UFunction* Function
)

Creates a self pin for the graph, taking into account the scope of the function call

Public function Virtual Const

FText

 

GetFunctionContextString()

Get the text to use to explain the context for this function (used on node title)

Overridden from UK2Node

Name Description

Public function Virtual Const

FNodeHandlin...

 

CreateNodeHandler

(
    FKismetCompilerContext& CompilerCo...
)

Public function Virtual

void

 

ExpandNode

(
    FKismetCompilerContext& CompilerCo...,
    UEdGraph* SourceGraph
)

Expands a node while compiling, which may add additional nodes or delete this node

Public function Virtual Const

bool

 

HasExternalDependencies

(
    TArray< class UStruct* >*...
)

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).

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