UEdGraphSchema::TrySetGraphCategory

Tentatively sets the category for a given graph

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::TrySetGraphCategory()

UControlRigGraphSchema::TrySetGraphCategory()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual FReply TrySetGraphCategory
(
    const UEdGraph * InGraph,
    const FText & InCategory
)

Remarks

Tentatively sets the category for a given graph

Parameters

Parameter

Description

InGraph

Graph to set the category for

InCategory

Pipe "|" separated category for the graph.