Navigation
API > API/Runtime > API/Runtime/RHI
Views
| Name | TRHIRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
template<typename TType>
struct TRHIRange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRHIRange () |
RHIResources.h | ||
TRHIRange
(
uint32 InFirst, |
RHIResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| First | TType | RHIResources.h | ||
| Num | TType | RHIResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TType ExclusiveLast() |
RHIResources.h | ||
TType InclusiveLast() |
RHIResources.h | ||
bool IsInRange
(
uint32 Value |
RHIResources.h |