#include "FortAthenaExitCraftBalloon.h" #include "PhysicsEngine/PhysicsConstraintComponent.h" #include "Components/StaticMeshComponent.h" AFortAthenaExitCraftBalloon::AFortAthenaExitCraftBalloon() { this->RootMeshComp = CreateDefaultSubobject(TEXT("StaticMeshComp0")); this->PhysicsComp = CreateDefaultSubobject(TEXT("PhysicsComp0")); }