Skip to content

[Fix] Linux (21.04) Building Issue #435

@NathanaelA

Description

@NathanaelA

CLANG: Ubuntu clang version 12.0.0-3ubuntu1~21.04.2

It appears the fix done for mac's clang here: #388 is missing in the latest 'pro' version. This was one of the two errors that also applies to later Linux using clang.

The second was shadowing error in VoxelGraphEditor/Private/VoxelLandscapeGrassGraph.cpp on line 35 & 38. It didn't like that you called the variable CreateGraph as the public field in the class is ALSO called CreateGraph. So I just changed both line 35 & 38 to be: _CreateGraph like so:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions