![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FEventLoadNode2 (const FAsyncLoadEventSpec *InSpec, FAsyncPackage2 *InPackage, int32 InImportOrExportIndex, int32 InBarrierCount) | |
| void | DependsOn (FEventLoadNode2 *Other) |
| void | AddBarrier () |
| void | AddBarrier (int32 Count) |
| void | ReleaseBarrier (FAsyncLoadingThreadState2 *ThreadState) |
| EEventLoadNodeExecutionResult | Execute (FAsyncLoadingThreadState2 &ThreadState) |
| FAsyncPackage2 * | GetPackage () const |
| uint64 | GetSyncLoadContextId () const |
| const FAsyncLoadEventSpec * | GetSpec () const |
Friends | |
| class | FAsyncLoadEventQueue2 |
| struct | FAsyncPackage2 |
[EDL] Event Load Node
| FEventLoadNode2::FEventLoadNode2 | ( | const FAsyncLoadEventSpec * | InSpec, |
| FAsyncPackage2 * | InPackage, | ||
| int32 | InImportOrExportIndex, | ||
| int32 | InBarrierCount | ||
| ) |
| void FEventLoadNode2::AddBarrier | ( | ) |
| void FEventLoadNode2::DependsOn | ( | FEventLoadNode2 * | Other | ) |
| EEventLoadNodeExecutionResult FEventLoadNode2::Execute | ( | FAsyncLoadingThreadState2 & | ThreadState | ) |
|
inline |
|
inline |
| uint64 FEventLoadNode2::GetSyncLoadContextId | ( | ) | const |
| void FEventLoadNode2::ReleaseBarrier | ( | FAsyncLoadingThreadState2 * | ThreadState | ) |
|
friend |
|
friend |
| FEventLoadNode2** FEventLoadNode2::MultipleDependents |
| FEventLoadNode2* FEventLoadNode2::SingleDependent |