UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IDynamicRHIModule Class Referenceabstract

#include <DynamicRHI.h>

+ Inheritance diagram for IDynamicRHIModule:

Public Member Functions

virtual bool IsSupported ()=0
 
virtual bool IsSupported (ERHIFeatureLevel::Type RequestedFeatureLevel)
 
virtual FDynamicRHICreateRHI (ERHIFeatureLevel::Type RequestedFeatureLevel=ERHIFeatureLevel::Num)=0
 
- Public Member Functions inherited from IModuleInterface
virtual ~IModuleInterface ()
 
virtual void StartupModule ()
 
virtual void PreUnloadCallback ()
 
virtual void PostLoadCallback ()
 
virtual void ShutdownModule ()
 
virtual bool SupportsDynamicReloading ()
 
virtual bool SupportsAutomaticShutdown ()
 
virtual bool IsGameModule () const
 

Detailed Description

Defines the interface of a module implementing a dynamic RHI.

Member Function Documentation

◆ CreateRHI()

virtual FDynamicRHI * IDynamicRHIModule::CreateRHI ( ERHIFeatureLevel::Type  RequestedFeatureLevel = ERHIFeatureLevel::Num)
pure virtual

Creates a new instance of the dynamic RHI implemented by the module.

Implemented in FD3D12DynamicRHIModule, FNullDynamicRHIModule, FOpenGLDynamicRHIModule, FVulkanDynamicRHIModule, FD3D11DynamicRHIModule, and FMetalDynamicRHIModule.

◆ IsSupported() [1/2]

virtual bool IDynamicRHIModule::IsSupported ( )
pure virtual

◆ IsSupported() [2/2]

virtual bool IDynamicRHIModule::IsSupported ( ERHIFeatureLevel::Type  RequestedFeatureLevel)
inlinevirtual

The documentation for this class was generated from the following file: