IDynamicRHIModule

Defines the interface of a module implementing a dynamic RHI.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Syntax

class IDynamicRHIModule : public IModuleInterface

Remarks

Defines the interface of a module implementing a dynamic RHI.

Functions

Name Description

Public function

FDynamicRHI ...

 

CreateRHI

(
    ERHIFeatureLevel::Type RequestedFea...
)

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

Public function

bool

 

IsSupported()

Checks whether the RHI is supported by the current system.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss