mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
11 lines
250 B
C++
11 lines
250 B
C++
#include "FortAnimNode_Flap.h"
|
|
|
|
FFortAnimNode_Flap::FFortAnimNode_Flap() {
|
|
TargetComponent = EComponentType::None;
|
|
SelectionMode = ESourceSelectionMode::MaxDifference;
|
|
bUseClamp = false;
|
|
TargetClampMin = 1;
|
|
TargetClampMax = 1;
|
|
}
|
|
|