VectorLength BP node to C++ ?

Hello… im translating some head bob mechanism bp to c++… but i could not pass from this point:

APawn::GetVelocity() returns a FVector, but i could not find any VectorLength() function as part of FVector, may i missunderstood the bp … i look into de documentation, and there is a template function for this, but i dont know if that is what i’m looking for…
what is the equivalent of the node “VectorLength” ?..

Greetings

You can use .Size()

1 Like

world record fastest answer… thanks…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.