TestEqual

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    int32 Actual,
    int32 Expected
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    const TCHAR* Actual,
    const FString& Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    const TCHAR* Actual,
    const FString& Expected
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    const FString& Actual,
    const FString& Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    const FString& Actual,
    const FString& Expected
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    const ValueType& Actual,
    const ValueType& Expected
)

Logs an error if the two values are not equal.

Public function

bool

 

TestEqual

(
    const FString& What,
    const ValueType& Actual,
    const ValueType& Expected
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    float Actual,
    float Expected,
    float Tolerance
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    double Actual,
    double Expected,
    double Tolerance
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    FVector Actual,
    FVector Expected,
    float Tolerance
)

Public function

bool

 

TestEqual

(
    const FString& What,
    float Actual,
    float Expected,
    float Tolerance
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    int64 Actual,
    int64 Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    double Actual,
    double Expected,
    double Tolerance
)

Public function

bool

 

TestEqual

(
    const FString& What,
    FVector Actual,
    FVector Expected,
    float Tolerance
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    FColor Actual,
    FColor Expected
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    const TCHAR* Actual,
    const TCHAR* Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    int32 Actual,
    int32 Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    FColor Actual,
    FColor Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    const TCHAR* Actual,
    const TCHAR* Expected
)

Public function

bool

 

TestEqual

(
    const TCHAR* What,
    const FString& Actual,
    const TCHAR* Expected
)

Public function

bool

 

TestEqual

(
    const FString& What,
    const FString& Actual,
    const TCHAR* Expected
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss