Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathFloatBase
- FRigVMFunction_MathFloatBinaryOp
- FRigVMFunction_MathFloatAtan2
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathFloat.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathFloat.h" |
Syntax
USTRUCT (Meta=(DisplayName="Atan2", TemplateName="Atan2", Keywords="Arctan"))
struct FRigVMFunction_MathFloatAtan2 : public FRigVMFunction_MathFloatBinaryOp
Remarks
Returns the arctangent of the specified A and B coordinates.
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |