Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TestNearlyEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const FString& What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const FString& What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const FString& What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const FString& What, |
Misc/AutomationTest.h | ||
bool TestNearlyEqual
(
const FString& What, |
Misc/AutomationTest.h |
TestNearlyEqual(const TCHAR *, const float, const float, float)
| Name | TestNearlyEqual |
| 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 |
bool TestNearlyEqual
(
const TCHAR * What,
const float Actual,
const float Expected,
float Tolerance
)
TestNearlyEqual(const TCHAR *, const double, const double, double)
| Name | TestNearlyEqual |
| 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 |
bool TestNearlyEqual
(
const TCHAR * What,
const double Actual,
const double Expected,
double Tolerance
)
TestNearlyEqual(const TCHAR *, const FVector, const FVector, float)
| Name | TestNearlyEqual |
| 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 |
bool TestNearlyEqual
(
const TCHAR * What,
const FVector Actual,
const FVector Expected,
float Tolerance
)
TestNearlyEqual(const TCHAR *, const FTransform, const FTransform, float)
| Name | TestNearlyEqual |
| 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 |
bool TestNearlyEqual
(
const TCHAR * What,
const FTransform Actual,
const FTransform Expected,
float Tolerance
)
TestNearlyEqual(const TCHAR *, const FRotator, const FRotator, float)
| Name | TestNearlyEqual |
| 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 |
bool TestNearlyEqual
(
const TCHAR * What,
const FRotator Actual,
const FRotator Expected,
float Tolerance
)
TestNearlyEqual(const FString &, const float, const float, float)
| Name | TestNearlyEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNearlyEqual
(
const FString & What,
const float Actual,
const float Expected,
float Tolerance
)
TestNearlyEqual(const FString &, const double, const double, double)
| Name | TestNearlyEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNearlyEqual
(
const FString & What,
const double Actual,
const double Expected,
double Tolerance
)
TestNearlyEqual(const FString &, const FVector, const FVector, float)
| Name | TestNearlyEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNearlyEqual
(
const FString & What,
const FVector Actual,
const FVector Expected,
float Tolerance
)
TestNearlyEqual(const FString &, const FTransform, const FTransform, float)
| Name | TestNearlyEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNearlyEqual
(
const FString & What,
const FTransform Actual,
const FTransform Expected,
float Tolerance
)
TestNearlyEqual(const FString &, const FRotator, const FRotator, float)
| Name | TestNearlyEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
bool TestNearlyEqual
(
const FString & What,
const FRotator Actual,
const FRotator Expected,
float Tolerance
)