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