Navigation
API > API/Plugins > API/Plugins/DatasmithWireTranslator
| Name | IWireInterface |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/DatasmithWireTranslator/Public/IWireInterface.h |
| Include Path | #include "IWireInterface.h" |
Syntax
class IWireInterface
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IWireInterface() |
IWireInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Initialize
(
const TCHAR* Filename |
IWireInterface.h | ||
bool Load
(
TSharedPtr< IDatasmithScene > Scene |
IWireInterface.h | ||
bool LoadStaticMesh
(
const TSharedPtr< IDatasmithMeshElement > MeshElement, |
IWireInterface.h | ||
void SetImportSettings
(
const FWireSettings& Settings |
IWireInterface.h | ||
void SetOutputPath
(
const FString& Path |
IWireInterface.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint64 GetRequiredAliasVersion() |
IWireInterface.h | ||
static void RegisterInterface
(
int16 MajorVersion, |
IWireInterface.h |