mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
11 lines
288 B
C++
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;
|
|
}
|
|
|