![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FRequestSplat |
Public Attributes | |
| FGuid | Guid |
| uint32 | ChunkSize = 0 |
| TArray< FRequestSplat, TInlineAllocator< 1 > > | Splats |
| FMutableMemoryView | ReadBuffer |
| FBatchState * | Batch = nullptr |
| FMutableMemoryView | DestinationBuffer |
| FFileConstructionState * | File = nullptr |
| bool | bReadIntoMemoryStore = false |
| bool | bSourceIsMemoryStore = false |
| bool | bAborted = false |
| bool | bFailedToRead = false |
| bool | bLaunchedFallback = false |
| int32 | ChunkIndexInFile |
| int32 | ChunkUnavailableAt = TNumericLimits<int32>::Max() |
| FBatchState* FRequestInfo::Batch = nullptr |
| int32 FRequestInfo::ChunkIndexInFile |
| uint32 FRequestInfo::ChunkSize = 0 |
| int32 FRequestInfo::ChunkUnavailableAt = TNumericLimits<int32>::Max() |
| FMutableMemoryView FRequestInfo::DestinationBuffer |
| FFileConstructionState* FRequestInfo::File = nullptr |
| FGuid FRequestInfo::Guid |
| FMutableMemoryView FRequestInfo::ReadBuffer |
| TArray<FRequestSplat, TInlineAllocator<1> > FRequestInfo::Splats |