![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "AutomationWorkerModule.h"#include "Algo/Reverse.h"#include "AutomationAnalytics.h"#include "AutomationWorkerMessages.h"#include "AutomationTestExcludelist.h"#include "HAL/FileManager.h"#include "MessageEndpoint.h"#include "MessageEndpointBuilder.h"#include "JsonObjectConverter.h"#include "Misc/FileHelper.h"#include "Misc/Paths.h"#include "Misc/App.h"#include "Modules/ModuleManager.h"Macros | |
| #define | LOCTEXT_NAMESPACE "AutomationTest" |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogAutomationWorker, Log, All) | |
| IMPLEMENT_MODULE (FAutomationWorkerModule, AutomationWorker) | |
| TSet< FName > | GetRHIForAutomation () |
| #define LOCTEXT_NAMESPACE "AutomationTest" |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogAutomationWorker | , |
| Log | , | ||
| All | |||
| ) |
| TSet< FName > GetRHIForAutomation | ( | ) |
| IMPLEMENT_MODULE | ( | FAutomationWorkerModule | , |
| AutomationWorker | |||
| ) |