Skip to content

Add FAQ item about Cesium for Unreal requiring C++17 #710

Open
@xuelongmu

Description

@xuelongmu

When using the source version of the plugin in an Unreal Engine project that calls Cesium for Unreal code, you must specify the cpp17 build flag or it won't compile.

        PrivateDependencyModuleNames.AddRange(new string[] { "CesiumRuntime" });
        
        CppStandard = CppStandardVersion.Cpp17;

otherwise it errors:

image

It would be great to document this somewhere, though I'm not sure where would be most appropriate. The developer setup guide seems best but it's really just an overview page at the moment.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions