Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestFramework
Description
Adds a analytics string to the current test to be parsed later. Must be called only when an automation test is in progress
| Name | AddAnalyticsItemToCurrentTest |
| 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 AddAnalyticsItemToCurrentTest
(
const FString & AnalyticsItem
)
Parameters
| Name | Remarks |
|---|---|
| AnalyticsItem | Log item to add to the current test |