Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FTickableObjectBase
- FTickableEditorObject
- FDataflowSimulationGenerator
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSimulationGenerator.h |
| Include | #include "Dataflow/DataflowSimulationGenerator.h" |
Syntax
class FDataflowSimulationGenerator : public FTickableEditorObject
Remarks
Dataflow simulation generator
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
||
| ETickableTickType | |||
| void | RequestGeneratorAction
(
EDataflowGeneratorActions Action |
Enqueue a generator action to be processed on the async thread | |
| void | SetBlueprintClass
(
const TSubclassOf< AActor >& InBlueprintClass |
Set the blueprint class for cache recording | |
| void | SetBlueprintTransform
(
const FTransform& InBlueprintTransform |
Set the blueprint transform for cache recording | |
| void | SetCacheAsset
(
const TObjectPtr< UChaosCacheCollection >& InCacheAsset |
Set the cache asset for cache recording | |
| void | SetCacheParams
(
const FDataflowPreviewCacheParams& InCacheParams |
Set the cache params for cache recording | |
| void | SetDataflowContent
(
const TObjectPtr< UDataflowBaseContent >& InDataflowContent |
Set the dataflow content | |
| void | Tick
(
float DeltaTime |