Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::TrySetGraphCategory()
- URigVMEdGraphSchema::TrySetGraphCategory()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
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. |