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