Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::TrySetGraphCategory()
- URigVMEdGraphSchema::TrySetGraphCategory()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual FReply TrySetGraphCategory
&40;
const UEdGraph &42; InGraph,
const FText & InCategory
&41;
Remarks
Tentatively sets the category for a given graph
Parameters
| Name | Description |
|---|---|
| InGraph | Graph to set the category for |
| InCategory | Pipe "|" separated category for the graph. |