Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationReport
Description
Returns the name of this level in the test hierarchy for the purposes of grouping. (Editor.Maps.LoadAll.parameters) would have 3 internal tree nodes and a variable number of leaf nodes depending on how many maps existed
| Name | GetDisplayName |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include Path | #include "IAutomationReport.h" |
const FString & GetDisplayName() const
the name of this level in the hierarchy for use in UI.
Parameters
| Name | Remarks |
|---|---|
| bAddDecoration | true is the name should have the number of child tests appended. |