dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
[CoreRedirects]
|
||||
|
||||
+ClassRedirects=(OldName="GameplayAbilityBlueprintGeneratedClass",NewName="/Script/Engine.BlueprintGeneratedClass")
|
||||
|
||||
+FunctionRedirects=(OldName="AbilitySystemComponent.TryActivateAbilityByTag",NewName="AbilitySystemComponent.TryActivateAbilitiesByTag")
|
||||
+FunctionRedirects=(OldName="AbilitySystemComponent.GetEffectContext",NewName="AbilitySystemComponent.MakeEffectContext")
|
||||
|
||||
+PropertyRedirects=(OldName="GameplayEffect.InheritableClearTagsContainer",NewName="GameplayEffect.RemoveGameplayEffectsWithTags")
|
||||
+PropertyRedirects=(OldName="GameplayEffect.IsInhibited",NewName="GameplayEffect.bIsInhibited")
|
||||
|
||||
+EnumRedirects=(OldName="EGameplayAbilityNetExecutionPolicy",ValueChanges=(("EGameplayAbilityNetExecutionPolicy::Client","EGameplayAbilityNetExecutionPolicy::LocalOnly"),("EGameplayAbilityNetExecutionPolicy::Predictive","EGameplayAbilityNetExecutionPolicy::LocalPredicted"),("EGameplayAbilityNetExecutionPolicy::Server","EGameplayAbilityNetExecutionPolicy::ServerInitiated")) )
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"FileVersion" : 3,
|
||||
"Version" : 1,
|
||||
"VersionName" : "1.0",
|
||||
"FriendlyName" : "Gameplay Abilities",
|
||||
"Description" : "Adds GameplayEffect and GameplayAbility classes to handle complicated gameplay interactions.",
|
||||
"Category" : "Gameplay",
|
||||
"CreatedBy" : "Epic Games, Inc.",
|
||||
"CreatedByURL" : "https://epicgames.com",
|
||||
"DocsURL" : "",
|
||||
"MarketplaceURL" : "",
|
||||
"SupportURL" : "",
|
||||
"EnabledByDefault" : false,
|
||||
"CanContainContent" : false,
|
||||
"IsBetaVersion" : false,
|
||||
"Installed" : false,
|
||||
"Modules" :
|
||||
[
|
||||
{
|
||||
"Name" : "GameplayAbilities",
|
||||
"Type" : "Runtime",
|
||||
"LoadingPhase" : "PreDefault"
|
||||
},
|
||||
{
|
||||
"Name" : "GameplayAbilitiesEditor",
|
||||
"Type" : "UncookedOnly",
|
||||
"LoadingPhase" : "PreDefault"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "GameplayTagsEditor",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Niagara",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "DataRegistry",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue