Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IDynamicRHIModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSupported () |
Checks whether the RHI is supported by the current system. | DynamicRHI.h | |
virtual bool IsSupported
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
DynamicRHI.h |
IsSupported()
Description
Checks whether the RHI is supported by the current system.
| Name | IsSupported |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
bool IsSupported()
IsSupported(ERHIFeatureLevel::Type)
| Name | IsSupported |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
virtual bool IsSupported
(
ERHIFeatureLevel::Type RequestedFeatureLevel
)