mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
13 lines
338 B
C++
13 lines
338 B
C++
#include "EdgeNavLinks.h"
|
|
|
|
AEdgeNavLinks::AEdgeNavLinks() {
|
|
this->DistanceBetweenLinks = 400.00f;
|
|
this->SnapRadius = 60.00f;
|
|
this->SnapHeight = 200.00f;
|
|
this->LinkProjectionHeight = 3000.00f;
|
|
this->RightLinkForwardOffset = 450.00f;
|
|
this->CollisionChannel = ECC_WorldStatic;
|
|
this->bManualAdjustment = false;
|
|
}
|
|
|