Navigation
API > API/Developer > API/Developer/FunctionalTesting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UFunctionalTestUtilityLibrary
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestUtilityLibrary.h |
| Include | #include "FunctionalTestUtilityLibrary.h" |
Syntax
class UFunctionalTestUtilityLibrary : public UBlueprintFunctionLibrary
Remarks
Used to expose C++ functions to tests that we don't want to make BP accessible in the engine itself.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UTraceQueryTestResults * | TraceChannelTestUtil
(
UObject* WorldContextObject, |
Helper function to trace and permute many options at once |