Skip to content

Compilation failure on UE 5.7 due to deprecated ULandscapeMeshCollisionComponent #30

Description

@XMatrixXiang

When building Nav3D against Unreal Engine 5.7, the project fails to compile because
ULandscapeMeshCollisionComponent has been fully deprecated and removed.

The relevant code is in Nav3DData.cpp, where ULandscapeMeshCollisionComponent is still referenced.

UCLASS() class UE_DEPRECATED(5.7, "RetopologizeTool/XYOffset deprecated with the removal of non-edit layer landscapes") ULandscapeMeshCollisionComponent_DEPRECATED : public ULandscapeHeightfieldCollisionComponent {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions