UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::FContextCallstack Struct Reference

#include <DataflowNodeParameters.h>

Classes

struct  FEntry
 

Public Member Functions

void Push (const FDataflowConnection *Connection)
 
void Pop (const FDataflowConnection *Connection, uint64 &OutTotalTime, uint64 &OutExternalTime)
 
const FDataflowConnectionTop () const
 
int32 Num () const
 
const FDataflowConnectionoperator[] (int32 Index)
 
bool Contains (const FDataflowConnection *Connection) const
 

Public Attributes

TArray< FEntryCallstack
 

Member Function Documentation

◆ Contains()

bool UE::Dataflow::FContextCallstack::Contains ( const FDataflowConnection Connection) const

◆ Num()

int32 UE::Dataflow::FContextCallstack::Num ( ) const

◆ operator[]()

const FDataflowConnection * UE::Dataflow::FContextCallstack::operator[] ( int32  Index)

◆ Pop()

void UE::Dataflow::FContextCallstack::Pop ( const FDataflowConnection Connection,
uint64 OutTotalTime,
uint64 OutExternalTime 
)

◆ Push()

void UE::Dataflow::FContextCallstack::Push ( const FDataflowConnection Connection)

◆ Top()

const FDataflowConnection * UE::Dataflow::FContextCallstack::Top ( ) const

Member Data Documentation

◆ Callstack

TArray<FEntry> UE::Dataflow::FContextCallstack::Callstack

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