Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FGenericStaticFeatureLevel |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIFeatureLevel.h |
| Include Path | #include "RHIFeatureLevel.h" |
Syntax
struct FGenericStaticFeatureLevel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericStaticFeatureLevel
(
const ERHIFeatureLevel::Type InFeatureLevel |
RHIFeatureLevel.h | ||
FGenericStaticFeatureLevel
(
const TEnumAsByte< ERHIFeatureLevel::Type > InFeatureLevel |
RHIFeatureLevel.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FeatureLevel | ERHIFeatureLevel::Type | RHIFeatureLevel.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator ERHIFeatureLevel::Type() |
RHIFeatureLevel.h | ||
bool operator!=
(
const ERHIFeatureLevel::Type Other |
RHIFeatureLevel.h | ||
bool operator==
(
const ERHIFeatureLevel::Type Other |
RHIFeatureLevel.h | ||
bool operator>
(
const ERHIFeatureLevel::Type Other |
RHIFeatureLevel.h | ||
bool operator>=
(
const ERHIFeatureLevel::Type Other |
RHIFeatureLevel.h |