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

#include <AsyncLoading.h>

Public Types

typedef TArray< FEventLoadNodePtrTNodesWaitingForMeArray
 

Public Member Functions

FORCEINLINE FEventLoadNode ()
 

Public Attributes

TNodesWaitingForMeArray NodesWaitingForMe
 
int32 NumPrerequistes
 
bool bFired
 
bool bAddedToGraph
 

Detailed Description

[EDL] Event Load Node

Member Typedef Documentation

◆ TNodesWaitingForMeArray

Constructor & Destructor Documentation

◆ FEventLoadNode()

FORCEINLINE FEventLoadNode::FEventLoadNode ( )
inline

Member Data Documentation

◆ bAddedToGraph

bool FEventLoadNode::bAddedToGraph

◆ bFired

bool FEventLoadNode::bFired

◆ NodesWaitingForMe

TNodesWaitingForMeArray FEventLoadNode::NodesWaitingForMe

◆ NumPrerequistes

int32 FEventLoadNode::NumPrerequistes

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