Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UFieldNodeVector > UFieldNodeBase > UActorComponent > UObject
UniformVector
Magnitude of the uniform vector field
Normalized direction of the uniform vector field
namespace Offsets { namespace Classes { // Inheritance: UFieldNodeVector > UFieldNodeBase > UActorComponent > UObject namespace UUniformVector { constexpr auto Magnitude = 0xb0; // float constexpr auto Direction = 0xb4; // FVector } } }
public static class Offsets { public static class Classes { // Inheritance: UFieldNodeVector > UFieldNodeBase > UActorComponent > UObject public static class UUniformVector { public const byte Magnitude = 0xb0; // float public const byte Direction = 0xb4; // FVector } } }