FNullDynamicRHIModule

Implements the NullDrv module as a dynamic RHI providing module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IDynamicRHIModule

FNullDynamicRHIModule

References

Module

NullDrv

Header

/Engine/Source/Runtime/NullDrv/Public/NullDrv.h

Include

#include "NullDrv.h"

Syntax

class FNullDynamicRHIModule : public IDynamicRHIModule

Remarks

Implements the NullDrv module as a dynamic RHI providing module.

Overridden from IDynamicRHIModule

Name Description

Public function Virtual

FDynamicRHI ...

 

CreateRHI

(
    ERHIFeatureLevel::Type RequestedFea...
)

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

Public function Virtual

bool

 

IsSupported()

Checks whether the RHI is supported by the current system.

Overridden from IModuleInterface

Name Description

Public function Virtual

bool

 

SupportsDynamicReloading()

Override this to set whether your module is allowed to be unloaded on the fly

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