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 } } }