mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
someone fix 12.00 floor loot spawn please
This commit is contained in:
@@ -23,14 +23,7 @@ struct FGameplayAttribute
|
||||
if (!Attribute)
|
||||
return "INVALIDATTRIBUTE";
|
||||
|
||||
FName* NamePrivate = nullptr;
|
||||
|
||||
if (Engine_Version >= 425)
|
||||
NamePrivate = (FName*)(__int64(Attribute) + 0x28);
|
||||
else
|
||||
NamePrivate = &((UField*)Attribute)->NamePrivate;
|
||||
|
||||
return NamePrivate->ToString();
|
||||
return GetFNameOfProp(Attribute)->ToString();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user