Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHIDescriptorHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
struct FRHIDescriptorHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIDefinitions.h | |||
FRHIDescriptorHandle
(
ERHIDescriptorType InType, |
RHIDefinitions.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | uint32 | RHIDefinitions.h | ||
| Type | ERHIDescriptorType | RHIDefinitions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetIndex() |
RHIDefinitions.h | ||
ERHIDescriptorType GetType() |
RHIDefinitions.h | ||
bool IsValid() |
RHIDefinitions.h |