Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FDataflowMathOneInputOperatorNode
- FDataflowMathArcSinNode
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowMathNodes.h |
| Include | #include "Dataflow/DataflowMathNodes.h" |
Syntax
USTRUCT ()
struct FDataflowMathArcSinNode : public FDataflowMathOneInputOperatorNode
Remarks
ArcSin(A) returns a value in radians
Overridden from FDataflowMathOneInputOperatorNode
| Type | Name | Description | ||
|---|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FDataflowMathArcSinNode, "ArcSin", "Math | Trig", "") public double | ComputeResult
(
UE::Dataflow::FContext& Context, |