Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Tests > API/Plugins/PCG/Tests/Determinism
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Tests/Determinism/PCGDeterminismNativeTests.h |
| Include | #include "Tests/Determinism/PCGDeterminismNativeTests.h" |
Syntax
class FNativeTestRegistry
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Create () |
Allocates the static class | |
| void | DeregisterTestFunction
(
const UClass* SettingsStaticClass |
Deregisters a test function given the StaticClass of an element's settings | |
| void | Destroy () |
Deallocates the static class | |
| TFunction< bool()> | GetNativeTestFunction
(
const UPCGSettings* PCGSettings |
Gets a native test function, given an element's UPCGSettings | |
| void | RegisterTestFunction
(
UClass* SettingsStaticClass, |
Registers a test function given the StaticClass of an element's settings |
Constants
| Name | Description |
|---|---|
| RegistryPtr |