Navigation
Unreal Engine C++ API Reference > Runtime > Engine > EdGraph > UEdGraphSchema
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 |
virtual void GetGraphDisplayInformation
(
const UEdGraph & Graph,
FGraphDisplayInfo & DisplayInfo
) const
Remarks
Gets display information for a graph
Parameters
Name | Description |
---|---|
Graph | Graph to get information on |
DisplayInfo | Appropriate display info for Graph |