FOpenGLDynamicRHIModule

Implements the OpenGLDrv module as a dynamic RHI providing module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IDynamicRHIModule

FOpenGLDynamicRHIModule

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h

Include

#include "OpenGLDrv.h"

Syntax

class FOpenGLDynamicRHIModule : public IDynamicRHIModule

Remarks

Implements the OpenGLDrv 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()

IDynamicRHIModule.

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