Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FAutomationTestFramework
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
void DumpAutomationTestExecutionInfo
&40;
const TMap< FString, FAutomationTestExecutionInfo > & InInfoToDump
&41;
Remarks
Helper method to dump the contents of the provided test name to execution info map to the provided feedback context
Parameters
Name | Description |
---|---|
InContext | Context to dump the execution info to |
InInfoToDump | Execution info that should be dumped to the provided feedback context |