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