mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
14 lines
377 B
C++
14 lines
377 B
C++
#include "CustomCharacterPartAnimInstance_Cape.h"
|
|
|
|
UCustomCharacterPartAnimInstance_Cape::UCustomCharacterPartAnimInstance_Cape() {
|
|
MeshToCopy = NULL;
|
|
ClothingSimInteractor = NULL;
|
|
BlendOutForksAlpha = 1;
|
|
bBlendInBackwardPose = false;
|
|
AimOffsetMultiplier = 1;
|
|
FinalCapeBlendOutAlpha = 1;
|
|
SwingRotateAlpha = 1;
|
|
Cape05TrailControllerAlpha = 1;
|
|
}
|
|
|