![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Misc/AutomationTest.h"#include "UObject/Class.h"#include "UObject/ReflectedTypeAccessors.h"Go to the source code of this file.
Classes | |
| class | FAutomationTestUObjectClassBase |
Namespaces | |
| namespace | UE |
| namespace | UE::CoreUObject |
Functions | |
| template<typename UEnumType UE_REQUIRES> | |
| bool | UE::CoreUObject::TestEqual (const FString &What, const UEnumType Actual, const UEnumType Expected, FAutomationTestBase &InTestInstance) |
| template<typename UEnumType UE_REQUIRES> | |
| bool | UE::CoreUObject::TestNotEqual (const FString &What, const UEnumType Actual, const UEnumType Expected, FAutomationTestBase &InTestInstance) |