Navigation
API > API/Runtime > API/Runtime/SynthBenchmark
Inheritance Hierarchy
- IModuleInterface
- ISynthBenchmark
References
| Module | SynthBenchmark |
| Header | /Engine/Source/Runtime/SynthBenchmark/Public/SynthBenchmark.h |
| Include | #include "SynthBenchmark.h" |
Syntax
class ISynthBenchmark : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| ISynthBenchmark & | Get () |
Singleton-like access to this module's interface. | |
| void | GetRHIDisplay
(
FGPUAdpater& Out |
Could be moved out of SynthBenchmark, it only requires the RHI, only returns valid data after the RHI started up | |
| void | GetRHIInfo
(
FGPUAdpater& Out, |
||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| void | Run
(
FSynthBenchmarkResults& Out, |