Navigation
API > API/Plugins > API/Plugins/CADTools
Inheritance Hierarchy
- FArchiveGraphicProperties
- FArchiveCADObject
- FArchiveBody
- FArchiveReference
- FArchiveUnloadedReference
- FArchiveWithOverridenChildren
- FArchiveInstance
- FArchiveOverrideOccurrence
- FTessellationData
References
| Module | CADTools |
| Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADData.h |
| Include | #include "CADData.h" |
Syntax
class FArchiveGraphicProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRemoved | ||
| bool | bShow | ||
| FMaterialUId | ColorUId | ||
| ECADGraphicPropertyInheritance | Inheritance | ||
| FMaterialUId | MaterialUId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArchiveGraphicProperties
(
const FArchiveGraphicProperties& Parent |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DefineGraphicsPropertiesFromNoOverwrite
(
const FArchiveGraphicProperties& Source |
If a graphic property is undefined, define it with Source property | |
| bool | IsDeleted () |
||
| bool | IsShown () |
||
| void | SetGraphicProperties
(
const FArchiveGraphicProperties& Source |
If a source property is defined, set the property with it |