Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Vector3 dna::operator+
(
Vector3 lhs, |
dna/types/Vector3.h | ||
Vector3 dna::operator+
(
Vector3 lhs, |
dna/types/Vector3.h |
dna::operator+(Vector3, const Vector3 &)
| Name | dna::operator+ |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/types/Vector3.h |
| Include Path | #include "dna/types/Vector3.h" |
namespace dna
{
Vector3 dna::operator+
(
Vector3 lhs,
const Vector3 & rhs
)
}
dna::operator+(Vector3, float)
| Name | dna::operator+ |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/types/Vector3.h |
| Include Path | #include "dna/types/Vector3.h" |
namespace dna
{
Vector3 dna::operator+
(
Vector3 lhs,
float rhs
)
}