FEdGraphSchemaAction_K2LocalVar

Reference to a local variable (only used in 'docked' palette)

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_K2LocalVar : public FEdGraphSchemaAction_BlueprintVariableBase

Remarks

Reference to a local variable (only used in 'docked' palette)

Constructors

Name Description

Public function

FEdGraphSchemaAction_K2LocalVar()

Public function

FEdGraphSchemaAction_K2LocalVar

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

Functions

Name Description

Public function Static

FName

 

StaticGetTypeId()

Simple type info.

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual Const

int32

 

GetReorderIndexInContainer()

Returns the ordering index of this action in the parent container (if the item cannot be reordered then this will return INDEX_NONE)

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