mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
444 B
C++
16 lines
444 B
C++
#include "CustomCharacterPartAnimInstance_PhotographerBody.h"
|
|
|
|
UCustomCharacterPartAnimInstance_PhotographerBody::UCustomCharacterPartAnimInstance_PhotographerBody() {
|
|
MatchingMontage = NULL;
|
|
CrouchingAlpha = 1;
|
|
InverseDancingAlpha = 1;
|
|
SpineUpAlpha = 1;
|
|
BackblingAlpha = 1;
|
|
PelvisForwardAlpha = 1;
|
|
InverseBackblingAlpha = 1;
|
|
TraversalAlpha = 1;
|
|
SkydiveAlpha = 1;
|
|
bPlayingPhotoTraversalEmote = false;
|
|
}
|
|
|