UObject
UGizmoComponentHitTarget is an IGizmoClickTarget implementation that hit-tests a UPrimitiveComponent
Component->LineTraceComponent() is called to determine if the target is hit
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UGizmoComponentHitTarget { constexpr auto Component = 0x30; // UPrimitiveComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UGizmoComponentHitTarget { public const byte Component = 0x30; // UPrimitiveComponent* } } }