UObject
UInteractiveGizmo is the base class for all Gizmos in the InteractiveToolsFramework.
The current set of InputBehaviors provided by this Gizmo
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UInteractiveGizmo { constexpr auto InputBehaviors = 0x30; // UInputBehaviorSet* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UInteractiveGizmo { public const byte InputBehaviors = 0x30; // UInputBehaviorSet* } } }