Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| |
|
| Name |
UDatasmithStaticMeshCADImportData |
| Type |
class |
| Header File |
/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithAssetImportData.h |
| Include Path |
#include "DatasmithAssetImportData.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=(InternalProperty))
class UDatasmithStaticMeshCADImportData : public UDatasmithStaticMeshImportData
Inheritance Hierarchy
Typedefs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ModelTolerance |
double |
|
DatasmithAssetImportData.h |
- VisibleDefaultsOnly
- Category=InternalProperty
|
| ModelUnit |
double |
|
DatasmithAssetImportData.h |
- VisibleDefaultsOnly
- Category=InternalProperty
|
| TessellationOptions |
FDatasmithTessellationOptions |
|
DatasmithAssetImportData.h |
- EditAnywhere
- Category=StaticMesh
- Meta=(ShowOnlyInnerProperties)
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
const FString & GetResourcePath()
|
|
DatasmithAssetImportData.h |
|
void SetResourcePath
(
const FString& FilePath
)
|
|
DatasmithAssetImportData.h |
|
Protected
Overridden from UObject
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Overridden serialize function to read in/write out the unexposed data |
DatasmithAssetImportData.h |
|
Static