UEdGraphSchema::GetGraphDisplayInformation

Gets display information for a graph

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp

Syntax

virtual void GetGraphDisplayInformation
(
    const UEdGraph & Graph,
    FGraphDisplayInfo & DisplayInfo
) const

Remarks

Gets display information for a graph

Parameters

Parameter

Description

Graph

Graph to get information on

DisplayInfo

Appropriate display info for Graph