Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::GetGraphDisplayInformation()
- UEdGraphSchema_K2::GetGraphDisplayInformation()
- UAnimationStateGraphSchema::GetGraphDisplayInformation()
- UAnimationCustomTransitionSchema::GetGraphDisplayInformation()
- UAnimationConduitGraphSchema::GetGraphDisplayInformation()
- UAnimationTransitionSchema::GetGraphDisplayInformation()
- UAnimationGraphSchema::GetGraphDisplayInformation()
- UAnimationStateGraphSchema::GetGraphDisplayInformation()
- UAnimationCustomTransitionSchema::GetGraphDisplayInformation()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.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 |