Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineFileCache.h |
| Include | #include "PipelineFileCache.h" |
Syntax
struct FPipelineCacheFileFormatPSORead
Variables
| Type | Name | Description | |
|---|---|---|---|
| FArchive * | Ar | ||
| bool | bReadCompleted | ||
| bool | bValid | ||
| TArray< uint8 > | Data | ||
| uint32 | Hash | ||
| TSharedPtr< class IAsyncReadFileHandle, ESPMode::ThreadSafe > | ParentFileHandle | Note that the contract of IAsyncReadFileHandle and IAsyncReadRequest requires that we delete the ReadRequest before deleting its ParentFileHandle. | |
| TSharedPtr< class IAsyncReadRequest, ESPMode::ThreadSafe > | ReadRequest |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|