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