mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 11:09:17 +01:00
interacting
This commit is contained in:
@@ -23,6 +23,7 @@ struct FGameplayAbilitySpec : FFastArraySerializerItem
|
||||
static auto GameplayAbilitySpecStruct = FindObject<UClass>("/Script/GameplayAbilities.GameplayAbilitySpec");
|
||||
static auto StructSize = GameplayAbilitySpecStruct->GetPropertiesSize();
|
||||
// *(int*)(__int64(GameplayAbilitySpecStruct) + Offsets::PropertiesSize);
|
||||
LOG_INFO(LogAbility, "StructSize: {}", StructSize);
|
||||
return StructSize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user