mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
i broke the whole project but its fine
complete pickup rewrite, idle pawns
This commit is contained in:
@@ -30,6 +30,12 @@ public:
|
||||
return ReadBitfieldValue(bDestroyGadgetWhenTrackedAttributesIsZeroOffset, bDestroyGadgetWhenTrackedAttributesIsZeroFieldMask);
|
||||
}
|
||||
|
||||
TArray<FGameplayAttribute>& GetTrackedAttributes()
|
||||
{
|
||||
static auto TrackedAttributesOffset = GetOffset("TrackedAttributes");
|
||||
return Get<TArray<FGameplayAttribute>>(TrackedAttributesOffset);
|
||||
}
|
||||
|
||||
UAttributeSet* GetAttributeSet()
|
||||
{
|
||||
static auto AttributeSetOffset = this->GetOffset("AttributeSet", false);
|
||||
|
||||
Reference in New Issue
Block a user