mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
15 lines
452 B
C++
15 lines
452 B
C++
#include "FortAnimNode_SlopeWarping.h"
|
|
|
|
FFortAnimNode_SlopeWarping::FFortAnimNode_SlopeWarping() {
|
|
this->CachedDeltaTime = 0.00f;
|
|
this->MaxStepHeight = 0.00f;
|
|
this->bKeepMeshInsideOfCapsule = false;
|
|
this->bPullPelvisDown = false;
|
|
this->bUseCustomFloorOffset = false;
|
|
this->bUseCapsuleInfoInsteadOfFootTraces = false;
|
|
this->bWasOnGround = false;
|
|
this->bShowDebug = false;
|
|
this->bFloorSmoothingInitialized = false;
|
|
}
|
|
|