Navigation
API > API/Plugins > API/Plugins/CADInterfaces
Class to manage model file lifetime
| Name | FUniqueTechSoftModelFile |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Public/TechSoftInterface.h |
| Include Path | #include "TechSoftInterface.h" |
Syntax
class FUniqueTechSoftModelFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TechSoftInterface.h | |||
FUniqueTechSoftModelFile
(
A3DAsmModelFile* InModelFile |
TechSoftInterface.h | ||
FUniqueTechSoftModelFile
(
const FUniqueTechSoftModelFile& |
Non-copyable. | TechSoftInterface.h | |
| TechSoftInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FUniqueTechSoftModelFile() |
TechSoftInterface.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModelFile | A3DAsmModelFile * | TechSoftInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
A3DAsmModelFile * Get() |
TechSoftInterface.h | ||
const bool IsValid() |
Return true if the model is loaded | TechSoftInterface.h | |
void Reset() |
TechSoftInterface.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUniqueTechSoftModelFile & operator=
(
const FUniqueTechSoftModelFile& |
TechSoftInterface.h | ||
| TechSoftInterface.h |