mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
415 B
C++
16 lines
415 B
C++
#include "FortCharacterLayerAnimInstance_STWPlayer.h"
|
|
|
|
UFortCharacterLayerAnimInstance_STWPlayer::UFortCharacterLayerAnimInstance_STWPlayer() {
|
|
LeanAdditiveAlpha = 1;
|
|
LeanAngle = 1;
|
|
Speed2D = 1;
|
|
LocalVelocityYawAngle = 1;
|
|
Gender = EFortCustomGender::Invalid;
|
|
bIsSlopeSliding = false;
|
|
bIsOnGround = false;
|
|
bLandingPredicted = false;
|
|
bIsFalling = false;
|
|
bIsJumping = false;
|
|
}
|
|
|