UEdGraphSchema::MakeActionFromVariableDescription

Generates a graph schema action from a graph and a variable description.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::MakeActionFromVariableDescription()

UControlRigGraphSchema::MakeActionFromVariableDescription()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual TSharedPtr< FEdGraphSchemaAction > MakeActionFromVariableDescription
(
    const UEdGraph * InEdGraph,
    const FBPVariableDescription & VariableDescription
) const

Remarks

Generates a graph schema action from a graph and a variable description.

Returns

a shared pointer to the newly created action.

Parameters

Parameter

Description

InGraph

The graph where the variable is located

VariableDescription

The description of the variable from which to generate the action