mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Ima go get my popeyes
This commit is contained in:
@@ -6,6 +6,7 @@ MS_ALIGN(16) struct FQuat
|
||||
{
|
||||
public:
|
||||
|
||||
#ifndef ABOVE_S20
|
||||
/** The quaternion's X-component. */
|
||||
float X;
|
||||
|
||||
@@ -17,6 +18,12 @@ public:
|
||||
|
||||
/** The quaternion's W-component. */
|
||||
float W;
|
||||
#else
|
||||
double X; // 0x0000(0x0008)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
double Y; // 0x0008(0x0008)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
double Z; // 0x0010(0x0008)(Edit, ZeroConstructor, SaveGame, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
double W;
|
||||
#endif
|
||||
|
||||
struct FRotator Rotator() const;
|
||||
};
|
||||
Reference in New Issue
Block a user