Files
FNGameProj/Source/FortniteGame/Private/FortAnimNode_Flap.cpp
2024-01-21 00:41:14 +01:00

11 lines
288 B
C++

#include "FortAnimNode_Flap.h"
FFortAnimNode_Flap::FFortAnimNode_Flap() {
this->TargetComponent = EComponentType::None;
this->SelectionMode = ESourceSelectionMode::MaxDifference;
this->bUseClamp = false;
this->TargetClampMin = 0.00f;
this->TargetClampMax = 0.00f;
}