Check EOF newlines.
This commit is contained in:
parent
0a9437fd10
commit
fc3a629ce2
|
@ -14,4 +14,4 @@ endmacro ()
|
|||
|
||||
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Common.cmake)
|
||||
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Unreal.cmake)
|
||||
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Dependencies.cmake)
|
||||
include (${CARLA_WORKSPACE_PATH}/CMake/Options/Dependencies.cmake)
|
||||
|
|
|
@ -17,4 +17,4 @@ if (ENABLE_WARNINGS_TO_ERRORS)
|
|||
add_compile_options (-Werror)
|
||||
endif ()
|
||||
endif ()
|
||||
endif ()
|
||||
endif ()
|
||||
|
|
|
@ -175,4 +175,4 @@ set (
|
|||
set (
|
||||
CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES
|
||||
${UE_INCLUDE} ${UE_INCLUDE}/c++/v1
|
||||
)
|
||||
)
|
||||
|
|
|
@ -169,4 +169,4 @@ carla_string_option (
|
|||
CARLA_STREETMAP_TAG
|
||||
"Target StreetMap git tag."
|
||||
${CARLA_STREETMAP_VERSION}
|
||||
)
|
||||
)
|
||||
|
|
|
@ -73,4 +73,4 @@ carla_string_option (
|
|||
"CMake-style semicolon-separated list of arguments to pass"
|
||||
"when launching the Unreal Editor with CARLA."
|
||||
""
|
||||
)
|
||||
)
|
||||
|
|
|
@ -19,4 +19,4 @@ UCarlaGameInstance::UCarlaGameInstance() {
|
|||
CarlaSettings->LogSettings();
|
||||
}
|
||||
|
||||
UCarlaGameInstance::~UCarlaGameInstance() = default;
|
||||
UCarlaGameInstance::~UCarlaGameInstance() = default;
|
||||
|
|
|
@ -131,4 +131,4 @@ private:
|
|||
UPROPERTY()
|
||||
FString _MapPath;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
@ -19,4 +19,4 @@ AUSDImporterActor::AUSDImporterActor(const FObjectInitializer &ObjectInitializer
|
|||
void AUSDImporterActor::LoadUSDFile()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,4 +14,4 @@ AUncenteredPivotPointMesh::AUncenteredPivotPointMesh(const FObjectInitializer& O
|
|||
RootComponent = CreateDefaultSubobject<USceneComponent>(TEXT("SceneRoot"));
|
||||
SMComp = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("StaticMeshComp"));
|
||||
SMComp->SetupAttachment(RootComponent);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ private:
|
|||
UPROPERTY(EditAnywhere, Category="Uncenceterd PP Mesh")
|
||||
UStaticMeshComponent* SMComp = nullptr;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
@ -131,4 +131,4 @@ struct FDVector
|
|||
this->Z *= Scale;
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -77,4 +77,4 @@ void ASceneCaptureCamera::SendGBufferTextures(FGBufferRequest& GBuffer)
|
|||
{
|
||||
SendGBufferTexturesInternal(*this, GBuffer);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -1171,4 +1171,4 @@ void ACarlaWheeledVehicle::SetPhysicsConstraintAngle(
|
|||
UPhysicsConstraintComponent* Component, const FRotator &NewAngle)
|
||||
{
|
||||
Component->ConstraintInstance.AngularRotationOffset = NewAngle;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -433,4 +433,4 @@ const physx::PxVehicleWheelData UWheeledVehicleMovementComponentNW::GetWheelData
|
|||
const physx::PxVehicleWheelData WheelData = InWheels->mWheelsSimData.getWheelData((physx::PxU32)InWheel);
|
||||
return WheelData;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -84,4 +84,4 @@ void UHoudiniImportNodeWrapper::HandleFailed(
|
|||
}
|
||||
RemoveFromRoot();
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
|
|
@ -62,4 +62,4 @@ private:
|
|||
|
||||
};
|
||||
#endif
|
||||
*/
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue