Navigation
API > API/Plugins > API/Plugins/DatasmithRuntime
References
| Module | DatasmithRuntime |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithRuntime/Source/Public/DatasmithRuntime.h |
| Include | #include "DatasmithRuntime.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDatasmithRuntimeImportOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bImportMetaData | Indicates whether meta-data should be imported or not Meta-data are imported by default | |
| TEnumAsByte< ECollisionEnabled::Type > | BuildCollisions | Indicates the type of collision for components Set to ECollisionEnabled::QueryOnly (spatial queries, no physics) by default | |
| EBuildHierarchyMethod | BuildHierarchy | Indicates whether a hierarchy of actors should be built or not. | |
| TEnumAsByte< ECollisionTraceFlag > | CollisionType | Indicates the type of collision for static meshes Set to ECollisionTraceFlag::CTF_UseComplexAsSimple by default | |
| FDatasmithTessellationOptions | TessellationOptions | Tessellation options for CAD import |