![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AssetDataGathererPrivate.h>
Public Member Functions | |
| FDirectoryReadTaskData () | |
| ~FDirectoryReadTaskData () | |
Public Attributes | |
| UE::Tasks::FTaskEvent | UnblockRead |
| UE::Tasks::FTask | LastScheduledReadTask |
| int32 | OutstandingReads = 0 |
| bool | bHasCanceledRead = false |
Holds scheduling context reading assets during gathering defined in a ReadContext
|
inline |
|
inline |
Indicates a read for this directory was cancelled, implying that the directory will be rescheduled in a later gather.
| UE::Tasks::FTask UE::AssetDataGather::Private::FDirectoryReadTaskData::LastScheduledReadTask |
| int32 UE::AssetDataGather::Private::FDirectoryReadTaskData::OutstandingReads = 0 |
| UE::Tasks::FTaskEvent UE::AssetDataGather::Private::FDirectoryReadTaskData::UnblockRead |