ConstructObject is deprecated in 4.9 and the errors will tell you use to New Object instead. For Example :
USplineMeshComponent* SplineMesh = NewObject(this, USplineMeshComponent::StaticClass());
ConstructObject is deprecated in 4.9 and the errors will tell you use to New Object instead. For Example :
USplineMeshComponent* SplineMesh = NewObject(this, USplineMeshComponent::StaticClass());