mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
Merge pull request #14 from Zynifier/++Fortnite+Release-14.30
Change default based on uefn
This commit is contained in:
@@ -61,13 +61,13 @@ bool UFortMontageItemDefinitionBase::CanAccessMontageItem(const AFortPlayerContr
|
||||
|
||||
UFortMontageItemDefinitionBase::UFortMontageItemDefinitionBase(const FObjectInitializer& ObjectInitializer)
|
||||
: Super(ObjectInitializer) {
|
||||
PreviewLoops = 0;
|
||||
PreviewLength = 1;
|
||||
EmoteCooldownSecs = 1;
|
||||
PreviewLoops = 1;
|
||||
PreviewLength = 0;
|
||||
EmoteCooldownSecs = 3;
|
||||
bMontageContainsFacialAnimation = false;
|
||||
bPlayRandomSection = false;
|
||||
bSwitchToHarvestingToolOnUse = false;
|
||||
bHolsterWeapon = false;
|
||||
bHolsterWeapon = true;
|
||||
bHolsterWeaponIfDualWieldPickaxe = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user