UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowSimulationManager.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Interface.h"
#include "Subsystems/WorldSubsystem.h"
#include "Templates/SharedPointer.h"
#include "Dataflow/DataflowSimulationContext.h"
#include "DataflowSimulationManager.generated.h"

Go to the source code of this file.

Classes

struct  UE::Dataflow::Private::FDataflowSimulationData
 
class  UDataflowSimulationManager
 
class  UDataflowSimulationActor
 
class  IDataflowSimulationActor
 

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 
namespace  UE::Dataflow::Private
 

Macros

#define UE_API   DATAFLOWSIMULATION_API
 

Functions

void UE::Dataflow::RegisterSimulationInterface (const TObjectPtr< UObject > &SimulationObject)
 
void UE::Dataflow::UnregisterSimulationInterface (const TObjectPtr< UObject > &SimulationObject)
 

Macro Definition Documentation

◆ UE_API