From 15e19e27202bdf0565e6a01744a13f8110860b90 Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Thu, 11 Mar 2021 21:15:17 -0500 Subject: [PATCH] Update state machine to traverse substates [git-p4: depot-paths = "//depot/main/": change = 24] --- .../States/BP_ProtagGroundedState.uasset | 4 ++-- .../States/BP_ProtagIdleState.uasset | 4 ++-- .../States/BP_ProtagRootState.uasset | 4 ++-- .../States/BP_ProtagWalkJogState.uasset | 4 ++-- .../SwordNGun/Private/Components/SNGState.cpp | Bin 2974 -> 4004 bytes .../Components/SNGStateMachineComponent.cpp | Bin 5960 -> 5986 bytes .../SwordNGun/Public/Components/SNGState.h | Bin 3302 -> 3326 bytes 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset index 4b72f0e..ab4a07b 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f2eb6e06563ce18c9092ef11f7b0c9d641500743c2ca26700ea23f1b4cc2e3a -size 6271 +oid sha256:082650a9ce141b063925dc1766bd07c34c1ee12fdb1a421d41d84f9eb70c4902 +size 31498 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset index cc75010..abac999 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76c69a6197519538f2b84877f274b5900a3346ab5143965fecf2220fdff1b94 -size 44927 +oid sha256:fca30623a6a818651449501d7e086c59a7517f162e80442ebff2c83a464fcf2f +size 64654 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset index 7fd3735..4f77fbf 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b5b5fc037892ecc7192e655b75261a85de72c653a5568657b5c00912347a5f9 -size 29289 +oid sha256:aaef40d46224c8ed01087e72fe3b7adb8f46aee4fb4666de78e0a002df295e9a +size 31180 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset index c107516..bfa4bde 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d34f8e3e622ed2fc85ef3740fed39a574e67be2680213969e4f70adc43e82d98 -size 44916 +oid sha256:4cbe05c4d759f5ae4496246258b794f8d046aadb0fde9f6dd10ad6906e0cd309 +size 64663 diff --git a/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp b/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp index d54f25d8cd9cf43e9fe86c9484a2df42da76e934..f980bbf61a28ab02ef90d31bc4fdeb7385858e9d 100644 GIT binary patch delta 1113 zcma)5OG{fp6#im^b#6ATX(=L@3vNt{iEcy?Ek(2FMn&6hN)~Az7#fq3dqqo;{02LF zSFT(s{*pqsUBs13{Re(?X5t;22Fm5WX3qH@=bSlxb(Xt0AJZ?=7kd0j;p!%RoBo*! zGwbN0jtXMbPyS356}HfZw}@SC$u{PY#|i>o$MWQt?oVV>uXSHdsS@)Df-Yft7Up5; zpCAe!(8NAd-ZM3!39*V03n=hzI6_0J7~PpiEeaL!+lwapnlRbmc=rOSE7WO10qPvQK znXqr}+w>?TO+!*`WK}9+#=!1IjIkXL`F@OQh>rv#i8996aqGoCpgKNJW<8jD+# z&XVyz0f_i_AmmME*@_qeMs`Px#jb^R0=7LfuE_m3?&Sy3`IaXks*gcV{#y)>f|V9y@}ua1Tmy1J2RS2 zE@4%h+`uTuuF1d!gw>N*GHsmP#3-}5f%yl^=6SqHjGS%^en7)=8B!-RatTjX+5` diff --git a/SwordNGun/Source/SwordNGun/Private/Components/SNGStateMachineComponent.cpp b/SwordNGun/Source/SwordNGun/Private/Components/SNGStateMachineComponent.cpp index c4aa5bec59e3d8a0d6dcacdf833881a284f80040..c242c1ec3a108f5c50f2b2b1df5651a94a2351eb 100644 GIT binary patch delta 108 zcmX@1_egJp4eMqHRtu)dzc{%z&tRXzGI<@F7;6wiK12RwMiJr3UOYvU4~Vddf<+ig z7=nQ~5r|V6bQ$a>dy6V=e!}yIW%CokBTUTt4EmEBMI?dhT_$sg+5l+@W}vFg-lBgQ E0Rw0tN&o-= delta 106 zcmaE)cS3K24J)%hL*8a4g9OlV6EGCof*zDL97{G9HEnDm41uWBqLm7e@{21JUWC=qe5T`O|O}1zK zF3-up1%#YHSjLdgkjan&)aT4l1e6D>nyknsI{611k1&RA28GFt9P*QSScOR delta 257 zcmew-`Al-d9OlVWI0YtuVbT+fXYgdmV<=%rWhesDi3~ZD6`4&ZCorl_j$@XaJcZe2 z@+_8VoNf$$K)GCo)XC1Q-zTqO@|gUKU0|{rOUdM2+(DC{aT!f6U}Kp)i<4{e6s`bv z1qLvjypTtHau>IpFqF^01%xoUiCn=b>Xdk7h)@?gS%>`{*zG)QJfZ