Navigation
API > API/Runtime > API/Runtime/DataflowSimulation
Dataflow collision object proxy (PT)
| Name | FDataflowConstraintObjectProxy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/Interfaces/DataflowConstraintObject.h |
| Include Path | #include "Dataflow/Interfaces/DataflowConstraintObject.h" |
Syntax
USTRUCT ()
struct FDataflowConstraintObjectProxy : public FDataflowSimulationProxy
Inheritance Hierarchy
- FDataflowSimulationProxy → FDataflowConstraintObjectProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowConstraintObjectProxy() |
Dataflow/Interfaces/DataflowConstraintObject.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowConstraintObjectProxy() |
Dataflow/Interfaces/DataflowConstraintObject.h |
Functions
Public
Overridden from FDataflowSimulationProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UScriptStruct * GetScriptStruct() |
Get the proxy script struct | Dataflow/Interfaces/DataflowConstraintObject.h |