Navigation
API > API/Runtime > API/Runtime/RHI
Defines the interface of a module implementing a dynamic RHI.
| Name | IDynamicRHIModule |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
Syntax
class IDynamicRHIModule : public IModuleInterface
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDynamicRHI * CreateRHI
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
Creates a new instance of the dynamic RHI implemented by the module. | DynamicRHI.h | |
bool IsSupported () |
Checks whether the RHI is supported by the current system. | DynamicRHI.h | |
virtual bool IsSupported
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
DynamicRHI.h |