Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/FDataflowSimulationProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * AsType () |
Cast the proxy to child | Dataflow/DataflowSimulationProxy.h | |
T * AsType () |
Cast the const proxy to child | Dataflow/DataflowSimulationProxy.h |
AsType()
Description
Cast the proxy to child
| Name | AsType |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationProxy.h |
| Include Path | #include "Dataflow/DataflowSimulationProxy.h" |
template<class T>
const T * AsType() const
AsType()
Description
Cast the const proxy to child
| Name | AsType |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationProxy.h |
| Include Path | #include "Dataflow/DataflowSimulationProxy.h" |
template<class T>
T * AsType()