UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAsyncLoadEventSpec Struct Reference

Public Types

typedef EEventLoadNodeExecutionResult(* FAsyncLoadEventFunc) (FAsyncLoadingThreadState2 &, FAsyncPackage2 *, int32)
 

Public Attributes

FAsyncLoadEventFunc Func = nullptr
 
FAsyncLoadEventQueue2EventQueue = nullptr
 
EExecutionType ExecutionType = EExecutionType::Normal
 
const TCHARName = nullptr
 

Member Typedef Documentation

◆ FAsyncLoadEventFunc

typedef EEventLoadNodeExecutionResult(* FAsyncLoadEventSpec::FAsyncLoadEventFunc) (FAsyncLoadingThreadState2 &, FAsyncPackage2 *, int32)

Member Data Documentation

◆ EventQueue

FAsyncLoadEventQueue2* FAsyncLoadEventSpec::EventQueue = nullptr

◆ ExecutionType

EExecutionType FAsyncLoadEventSpec::ExecutionType = EExecutionType::Normal

◆ Func

FAsyncLoadEventFunc FAsyncLoadEventSpec::Func = nullptr

◆ Name

const TCHAR* FAsyncLoadEventSpec::Name = nullptr

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