IDatasmithScene::AddMesh

Adds a new Mesh to the scene.

Choose your operating system:

Windows

macOS

Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

void AddMesh
(
    const TSharedPtr< IDatasmithMeshElement > & InMesh
)

Remarks

Adds a new Mesh to the scene.

Parameters

Parameter

Description

InMesh

the Mesh that will be added