◆ FWriterChunkDataAccess()
| BuildPatchServices::FWriterChunkDataAccess::FWriterChunkDataAccess |
( |
TArray< uint8 > & |
InDataRef, |
|
|
FChunkHeader & |
InHeaderRef |
|
) |
| |
|
inline |
◆ GetDataLock() [1/2]
| virtual void BuildPatchServices::FWriterChunkDataAccess::GetDataLock |
( |
const uint8 ** |
OutChunkData, |
|
|
const FChunkHeader ** |
OutChunkHeader |
|
) |
| const |
|
inlineoverridevirtual |
Gets the thread lock on the data, must call ReleaseDataLock when finished with data.
- Parameters
-
| OutChunkData | Receives the pointer to chunk data. |
| OutChunkHeader | Receives the pointer to header. |
Implements BuildPatchServices::IChunkDataAccess.
◆ GetDataLock() [2/2]
◆ ReleaseDataLock()
| virtual void BuildPatchServices::FWriterChunkDataAccess::ReleaseDataLock |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Online/BuildPatchServices/Private/Generation/ChunkWriter.cpp