op_Addition

FVector4 Addition operator

  • の演算子のオーバーロード
public static FVector4 operator +(FVector4 lhs, FVector4 rhs)
パラメータタイプ説明
lhsFVector4左のベクトル
rhsFVector4正しいベクトル

戻り値

結果ベクトル

関連項目