Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineFileCache.h |
| Include | #include "PipelineFileCache.h" |
Syntax
struct FPipelineCacheFileFormatPSO
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | BindCount | ||
| ComputeDescriptor | ComputeDesc | ||
| GraphicsDescriptor | GraphicsDesc | ||
| FPipelineFileCacheRayTracingDesc | RayTracingDesc | ||
| DescriptorType | Type | ||
| uint64 | UsageMask |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPipelineCacheFileFormatPSO
(
const FPipelineCacheFileFormatPSO& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CommonFromString
(
const FStringView& Src |
||
| FString | |||
| FString | |||
| bool | Init
(
FPipelineCacheFileFormatPSO& PSO, |
||
| bool | Init
(
FPipelineCacheFileFormatPSO& PSO, |
||
| bool | Init
(
FPipelineCacheFileFormatPSO& PSO, |
||
| FString | Prints out human-readable representation of the PSO, for any type | ||
| bool | Verify () |
Potential cases for seperating verify logic if requiired: RunTime-Logging, RunTime-UserCaching, RunTime-PreCompile, CommandLet-Cooking. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPipelineCacheFileFormatPSO & | operator=
(
const FPipelineCacheFileFormatPSO& Other |
||
| bool | operator==
(
const FPipelineCacheFileFormatPSO& Other |
Classes
| Type | Name | Description | |
|---|---|---|---|
| ComputeDescriptor | |||
| FPipelineFileCacheRayTracingDesc | |||
| GraphicsDescriptor |
Enums
| Type | Name | Description | |
|---|---|---|---|
| DescriptorType |
Typedefs
| Name | Description |
|---|---|
| TReadableStringBuilder |