Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Datasmith Runtime Import Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Datasmith Runtime Import Options |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Tessellation Options | Tessellation options for CAD import |
| enum | Build Hierarchy | Indicates whether a hierarchy of actors should be built or not.In the case a hierarchy is built, it can be simplified to minimize the number of actors createdBy default, a simplified hierarchy is built |
| enum | Build Collisions | Indicates the type of collision for componentsSet to ECollisionEnabled::QueryOnly (spatial queries, no physics) by default |
| enum | Collision Type | Indicates the type of collision for static meshesSet to ECollisionTraceFlag::CTF_UseComplexAsSimple by default |
| boolean | Import Meta Data | Indicates whether meta-data should be imported or notMeta-data are imported by default |