Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::InsertAdditionalActions()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
virtual void InsertAdditionalActions
(
TArray< UBlueprint * > InBlueprints,
TArray< UEdGraph * > InGraphs,
TArray< UEdGraphPin * > InPins,
FGraphActionListBuilderBase & OutAllActions
) const
Insert additional actions into the blueprint action menu
Parameter |
Description |
---|---|
InBlueprints |
List of all blueprints you want actions for. |
InGraphs |
A list of graphs you want compatible actions for. |
InPins |
A list of pins you want compatible actions for. |
OutAllActions |
Resulting compatible actions |