Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGraphActionListBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddAction
(
const TSharedPtr< FEdGraphSchemaAction >& NewAction |
Adds an action entry containing a single action | EdGraph/EdGraphSchema.h | |
virtual void AddAction
(
const TSharedPtr< FEdGraphSchemaAction >& NewAction, |
EdGraph/EdGraphSchema.h |
AddAction(const TSharedPtr< FEdGraphSchemaAction > &)
Description
Adds an action entry containing a single action
| Name | AddAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual void AddAction
(
const TSharedPtr < FEdGraphSchemaAction > & NewAction
)
AddAction(const TSharedPtr< FEdGraphSchemaAction > &, FString const &)
| Name | AddAction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual void AddAction
(
const TSharedPtr < FEdGraphSchemaAction > & NewAction,
FString const & Category
)