![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | Animation |
| namespace | Color |
| namespace | CVars |
| namespace | DataflowSubGraph |
| namespace | InstanceUtils |
| namespace | Overlay |
| namespace | Private |
| namespace | Reflection |
| namespace | SubGraphNodes |
| namespace | Type |
Enumerations | |
| enum class | ESubGraphChangedReason : uint8 { Created , Renamed , Deleting , Deleted , ChangedType } |
| using UE::Dataflow::FDataflowSimulationContext = typedef TSimulationContext<UE::Dataflow::FContextSingle> |
| using UE::Dataflow::FDataflowSimulationContextThreaded = typedef TSimulationContext<UE::Dataflow::FContextThreaded> |
|
strong |
| DATAFLOWCORE_API bool UE::Dataflow::AreTypesCompatible | ( | FName | TypeA, |
| FName | TypeB | ||
| ) |
|
inline |
| DATAFLOWSIMULATION_API void UE::Dataflow::EvaluateSimulationGraph | ( | const TObjectPtr< UDataflow > & | SimulationGraph, |
| const TSharedPtr< UE::Dataflow::FDataflowSimulationContext > & | SimulationContext, | ||
| const float | DeltaTime, | ||
| const float | SimulationTime | ||
| ) |
Evaluate the simulation graph given a simulation context and a simulation flag
|
inline |
| DATAFLOWCORE_API void UE::Dataflow::RegisterAnyTypes | ( | ) |
| void UE::Dataflow::RegisterCoreNodes | ( | ) |
| void UE::Dataflow::RegisterDataflowConvertNodes | ( | ) |
| void UE::Dataflow::RegisterDataflowCoreColors | ( | ) |
| void UE::Dataflow::RegisterDataflowImageNodes | ( | ) |
| void UE::Dataflow::RegisterDataflowMathNodes | ( | ) |
| void UE::Dataflow::RegisterDataflowSimulationNodes | ( | ) |
| void UE::Dataflow::RegisterDataflowVectorNodes | ( | ) |
| DATAFLOWCORE_API void UE::Dataflow::RegisterNodeFilter | ( | const FName & | NodeFilter | ) |
Friend register function
| DATAFLOWSIMULATION_API void UE::Dataflow::RegisterSimulationInterface | ( | const TObjectPtr< UObject > & | SimulationObject | ) |
| void UE::Dataflow::RegisterTextureAssetNodes | ( | ) |
| void UE::Dataflow::RegisterVariableNodes | ( | ) |
| DATAFLOWSIMULATION_API void UE::Dataflow::UnregisterSimulationInterface | ( | const TObjectPtr< UObject > & | SimulationObject | ) |