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 AddAnalyticsItemToCurrentTest
&40;
const FString & AnalyticsItem
&41;
Remarks
Adds a analytics string to the current test to be parsed later. Must be called only when an automation test is in progress
Parameters
Name | Description |
---|---|
AnalyticsItem | Log item to add to the current test |