FEdGraphSchemaAction_K2Delegate

Reference to a delegate

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

BlueprintGraph

Header

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

Include

#include "EdGraphSchema_K2_Actions.h"

Syntax

struct FEdGraphSchemaAction_K2Delegate : public FEdGraphSchemaAction_BlueprintVariableBase

Remarks

Reference to a delegate

Variables

Name Description

Public variable

UEdGraph *

 

EdGraph

The associated editor graph for this schema

Constructors

Name Description

Public function

FEdGraphSchemaAction_K2Delegate()

Public function

FEdGraphSchemaAction_K2Delegate

(
    FText InNodeCategory,
    FText InMenuDesc,
    FText InToolTip,
    const int32 InGrouping,
    const int32 InSectionID
)

Functions

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual Const

FName

 

GetTypeId()

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