![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowNodeParameters.h>
Classes | |
| struct | FEntry |
Public Member Functions | |
| void | Push (const FDataflowConnection *Connection) |
| void | Pop (const FDataflowConnection *Connection, uint64 &OutTotalTime, uint64 &OutExternalTime) |
| const FDataflowConnection * | Top () const |
| int32 | Num () const |
| const FDataflowConnection * | operator[] (int32 Index) |
| bool | Contains (const FDataflowConnection *Connection) const |
Public Attributes | |
| TArray< FEntry > | Callstack |
| bool UE::Dataflow::FContextCallstack::Contains | ( | const FDataflowConnection * | Connection | ) | const |
| int32 UE::Dataflow::FContextCallstack::Num | ( | ) | const |
| const FDataflowConnection * UE::Dataflow::FContextCallstack::operator[] | ( | int32 | Index | ) |
| void UE::Dataflow::FContextCallstack::Pop | ( | const FDataflowConnection * | Connection, |
| uint64 & | OutTotalTime, | ||
| uint64 & | OutExternalTime | ||
| ) |
| void UE::Dataflow::FContextCallstack::Push | ( | const FDataflowConnection * | Connection | ) |
| const FDataflowConnection * UE::Dataflow::FContextCallstack::Top | ( | ) | const |