UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TAsyncComponentDataComputeQueue< DataType >::FComputeJob Struct Reference

#include <DynamicMeshComponent.h>

Public Attributes

UE::Tasks::FTask Task
 
int JobTimestamp = 0
 
TUniquePtr< FProgressCancelProgress
 
bool bCancelled = false
 
bool bHasCompleted = false
 

Member Data Documentation

◆ bCancelled

template<typename DataType >
bool TAsyncComponentDataComputeQueue< DataType >::FComputeJob::bCancelled = false

◆ bHasCompleted

template<typename DataType >
bool TAsyncComponentDataComputeQueue< DataType >::FComputeJob::bHasCompleted = false

◆ JobTimestamp

template<typename DataType >
int TAsyncComponentDataComputeQueue< DataType >::FComputeJob::JobTimestamp = 0

◆ Progress

template<typename DataType >
TUniquePtr<FProgressCancel> TAsyncComponentDataComputeQueue< DataType >::FComputeJob::Progress

◆ Task

template<typename DataType >
UE::Tasks::FTask TAsyncComponentDataComputeQueue< DataType >::FComputeJob::Task

The documentation for this struct was generated from the following file: