UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBroadcastTask Class Reference

Public Member Functions

 FBroadcastTask (TFunction< void(ENamedThreads::Type CurrentThread)> &InFunction, double InStartTime, const TCHAR *InName, ENamedThreads::Type InDesiredThread, FThreadSafeCounter *InStallForTaskThread, FEvent *InTaskEvent, FEvent *InCallerEvent)
 
ENamedThreads::Type GetDesiredThread ()
 
TStatId GetStatId () const
 
void DoTask (ENamedThreads::Type CurrentThread, const FGraphEventRef &MyCompletionGraphEvent)
 

Static Public Member Functions

static ESubsequentsMode::Type GetSubsequentsMode ()
 

Constructor & Destructor Documentation

◆ FBroadcastTask()

FBroadcastTask::FBroadcastTask ( TFunction< void(ENamedThreads::Type CurrentThread)> &  InFunction,
double  InStartTime,
const TCHAR InName,
ENamedThreads::Type  InDesiredThread,
FThreadSafeCounter InStallForTaskThread,
FEvent InTaskEvent,
FEvent InCallerEvent 
)
inline

Member Function Documentation

◆ DoTask()

void FBroadcastTask::DoTask ( ENamedThreads::Type  CurrentThread,
const FGraphEventRef MyCompletionGraphEvent 
)
inline

◆ GetDesiredThread()

ENamedThreads::Type FBroadcastTask::GetDesiredThread ( )
inline

◆ GetStatId()

TStatId FBroadcastTask::GetStatId ( ) const
inline

◆ GetSubsequentsMode()

static ESubsequentsMode::Type FBroadcastTask::GetSubsequentsMode ( )
inlinestatic

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