Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGTestBaseClass |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Tests/PCGTestsCommon.h |
| Include Path | #include "Tests/PCGTestsCommon.h" |
Syntax
class FPCGTestBaseClass : public FAutomationTestBase
Inheritance Hierarchy
- FAutomationTestBase → FPCGTestBaseClass
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationTestBase
(
const FString& InName, |
Tests/PCGTestsCommon.h | ||
bool RunPCGTest
(
const FString& Parameters |
Hook to expose private test function publicly | Tests/PCGTestsCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SmokeTestAnyValidInput
(
UPCGSettings* InSettings, |
Generates all valid input combinations | Tests/PCGTestsCommon.h |