![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | Private |
Enumerations | |
| enum class | EAllowSetNullOnNonNullableBehavior : uint8 { Disabled , Enabled } |
Functions | |
| EAllowSetNullOnNonNullableBehavior | AllowSetNullOnNonNullableBehavior () |
| template<typename UEnumType UE_REQUIRES> | |
| bool | TestEqual (const FString &What, const UEnumType Actual, const UEnumType Expected, FAutomationTestBase &InTestInstance) |
| template<typename UEnumType UE_REQUIRES> | |
| bool | TestNotEqual (const FString &What, const UEnumType Actual, const UEnumType Expected, FAutomationTestBase &InTestInstance) |
|
strong |
|
inline |
| bool UE::CoreUObject::TestEqual | ( | const FString & | What, |
| const UEnumType | Actual, | ||
| const UEnumType | Expected, | ||
| FAutomationTestBase & | InTestInstance | ||
| ) |
Tests the equality of a UEnum.