Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Description
Populate the provided execution info object with the execution info contained within the test. Not particularly efficient, but providing direct access to the test's private execution info could result in errors.
| Name | GetExecutionInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
void GetExecutionInfo
(
FAutomationTestExecutionInfo & OutInfo
) const
Parameters
| Name | Remarks |
|---|---|
| OutInfo | Execution info to be populated with the same data contained within this test's execution info |