Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| 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
Remarks
Insert additional actions into the blueprint action menu
Parameters
| Name | 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 |