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

#include <AsyncLoading.h>

Public Member Functions

 FEventLoadNodePtr ()
 
FORCEINLINE bool operator== (const FEventLoadNodePtr &Other) const
 
FORCEINLINE int32 NumImplicitArcs ()
 
FORCEINLINE FEventLoadNodePtr GetImplicitArc ()
 
FString HumanReadableStringForDebugging () const
 

Public Attributes

FCheckedWeakAsyncPackagePtr WaitingPackage
 
FPackageIndex ImportOrExportIndex
 
EEventLoadNode Phase
 

Friends

FORCEINLINE friend uint32 GetTypeHash (const FEventLoadNodePtr &NodePtr)
 

Detailed Description

[EDL] Event Load Node Pointer

Constructor & Destructor Documentation

◆ FEventLoadNodePtr()

FEventLoadNodePtr::FEventLoadNodePtr ( )
inline

Member Function Documentation

◆ GetImplicitArc()

FORCEINLINE FEventLoadNodePtr FEventLoadNodePtr::GetImplicitArc ( )
inline

◆ HumanReadableStringForDebugging()

FString FEventLoadNodePtr::HumanReadableStringForDebugging ( ) const

◆ NumImplicitArcs()

FORCEINLINE int32 FEventLoadNodePtr::NumImplicitArcs ( )
inline

◆ operator==()

FORCEINLINE bool FEventLoadNodePtr::operator== ( const FEventLoadNodePtr Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

FORCEINLINE friend uint32 GetTypeHash ( const FEventLoadNodePtr NodePtr)
friend

Member Data Documentation

◆ ImportOrExportIndex

FPackageIndex FEventLoadNodePtr::ImportOrExportIndex

◆ Phase

EEventLoadNode FEventLoadNodePtr::Phase

◆ WaitingPackage

FCheckedWeakAsyncPackagePtr FEventLoadNodePtr::WaitingPackage

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