FDatasmithImportContext::InitScene

Set the scene and initialize related members. Should be called before starting the import process.

Choose your operating system:

Windows

macOS

Linux

References

Module

DatasmithImporter

Header

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

Include

#include "DatasmithImportContext.h"

Source

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImportContext.cpp

Syntax

void InitScene
(
    const TSharedRef< IDatasmithScene > & InScene
)

Remarks

Set the scene and initialize related members. Should be called before starting the import process.

Parameters

Parameter

Description

InScene

Scene that will be used for the import, it should already be translated/loaded.