UObject
UGizmoConstantAxisSource is an IGizmoAxisSource implementation that internally stores the Origin and Direction constants
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UGizmoConstantAxisSource { constexpr auto Origin = 0x30; // FVector constexpr auto Direction = 0x3c; // FVector } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UGizmoConstantAxisSource { public const byte Origin = 0x30; // FVector public const byte Direction = 0x3c; // FVector } } }