Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Tests > API/Plugins/PCG/Tests/Determinism
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Tests/Determinism/PCGDeterminismTestsCommon.h |
| Include | #include "Tests/Determinism/PCGDeterminismTestsCommon.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDeterminismTestResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AdditionalDetails | A mapping of [test name : additional details] | |
| bool | bFlagRaised | T/F whether a flag has been raised on this node's tests (for UI) | |
| EPCGDataType | DataTypesTested | BitFlags for which data types were tested | |
| int32 | Seed | ||
| FString | TestResultName | The node's name | |
| TMap< FName, EDeterminismLevel > | TestResults | A mapping of [test names : test results] | |
| FName | TestResultTitle | The node's title |