UEdGraphSchema::GetGraphCategory

Returns an optional category for a graph

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::GetGraphCategory()

UControlRigGraphSchema::GetGraphCategory()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual FText GetGraphCategory
(
    const UEdGraph * InGraph
) const

Remarks

Returns an optional category for a graph

Parameters

Parameter

Description

InGraph

Graph to get the category for