Class UGizmoConstantFrameAxisSource : UObject Path C++ Link /Script/InteractiveToolsFramework.GizmoConstantFrameAxisSource 0x0090 (144 B) align 8 inherited 0x0028 vtable 0x8691120 /Script/InteractiveToolsFramework implements IGizmoAxisSource 0x00x0090 Members 4 Show inherited members OffsetSizeNameTypeFlagsDefault0x00280x08padding / unreflected0x00300x18OriginFVector5 flags{X=0, Y=0, Z=0}0x00480x18DirectionFVector5 flags{X=0, Y=0, Z=1}0x00600x18TangentXFVector5 flags{X=1, Y=0, Z=0}0x00780x18TangentYFVector5 flags{X=0, Y=1, Z=0} Functions 0 SignatureFlagsNativeParamsNo reflected functions. Used by 1types with a member, parameter or interface of this type UCombinedTransformGizmo // /Script/InteractiveToolsFramework.GizmoConstantFrameAxisSource // size 0x0090 (144), inherited 0x0028, align 8 class UGizmoConstantFrameAxisSource : public UObject { public: uint8 pad_0[0x08]; // 0x0028(0x08) FVector Origin; // 0x0030(0x18) ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic = {X=0, Y=0, Z=0} FVector Direction; // 0x0048(0x18) ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic = {X=0, Y=0, Z=1} FVector TangentX; // 0x0060(0x18) ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic = {X=1, Y=0, Z=0} FVector TangentY; // 0x0078(0x18) ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic = {X=0, Y=1, Z=0} };