7 : Super(ObjectInitializer)
9 VRRootComp = CreateDefaultSubobject<USceneComponent>(TEXT(
"VRRootComp"));
10 VRRootComp->Mobility = EComponentMobility::Static;
17 CapsuleComp->SetRelativeLocation(FVector(0.f,0.f,CapsuleComp->GetScaledCapsuleHalfHeight()));