Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRayTracingPipelineStateSignature |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
class FRayTracingPipelineStateSignature
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FRayTracingPipelineStateSignature () |
RHIResources.h | ||
| RHIResources.h | |||
| RHIResources.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FRayTracingPipelineStateSignature() |
RHIResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowHitGroupIndexing | bool | RHIResources.h | ||
| MaxAttributeSizeInBytes | uint32 | RHIResources.h | ||
| MaxPayloadSizeInBytes | uint32 | RHIResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetCallableHash() |
RHIResources.h | ||
uint64 GetHitGroupHash() |
RHIResources.h | ||
uint64 GetRayGenHash() |
RHIResources.h | ||
uint64 GetRayMissHash() |
RHIResources.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIResources.h | |||
| RHIResources.h | |||
bool operator==
(
const FRayTracingPipelineStateSignature& rhs |
NOTE: GetTypeHash(const FRayTracingPipelineStateInitializer& Initializer) should also be updated when changing this function. | RHIResources.h |