IDatasmithTranslator::LoadStaticMesh

Get payload related to the given Element

Windows
MacOS
Linux

Override Hierarchy

IDatasmithTranslator::LoadStaticMesh()

FDatasmithNativeTranslator::LoadStaticMesh()

References

Module

DatasmithTranslator

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h

Include

#include "DatasmithTranslator.h"

Syntax

virtual bool LoadStaticMesh
(
    const TSharedRef< IDatasmithMeshElement > MeshElement,
    FDatasmithMeshElementPayload & OutMeshPayload
)

Remarks

Get payload related to the given Element

Returns

Operation succeed

Parameters

Parameter

Description

MeshElement

Element for which the payload is required

OutMeshPayload

Actual mesh data from the source

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss