Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
Inheritance Hierarchy
- FGraphActionListBuilderBase
- FCategorizedGraphActionListBuilder
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FCategorizedGraphActionListBuilder : public FGraphActionListBuilderBase
Remarks
Used to nest all added action under one root category
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCategorizedGraphActionListBuilder
(
FString Category |
Overridden from FGraphActionListBuilderBase
| Type | Name | Description | |
|---|---|---|---|
| void | AddAction
(
const TSharedPtr< FEdGraphSchemaAction >& NewAction |
Adds an action entry containing a single action | |
| void | AddAction
(
const TSharedPtr< FEdGraphSchemaAction >& NewAction, |
||
| void | AddActionList
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& NewActions, |
Adds an action entry containing multiple actions |