UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowSimulationUtils.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8class UDataflow;
9
10namespace UE::Dataflow
11{
14 const TSharedPtr<UE::Dataflow::FDataflowSimulationContext>& SimulationContext, const float DeltaTime, const float SimulationTime);
15};
16
17
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SharedPointer.h:692
Definition DataflowObject.h:106
Definition DataflowAnyType.cpp:10
void EvaluateSimulationGraph(const TObjectPtr< UDataflow > &SimulationGraph, const TSharedPtr< FDataflowSimulationContext > &SimulationContext, const float DeltaTime, const float SimulationTime)
Definition DataflowSimulationUtils.cpp:12
Definition ObjectPtr.h:488