Navigation
API > API/Plugins > API/Plugins/CADTools
| Name | FArchiveGraphicProperties |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADData.h |
| Include Path | #include "CADData.h" |
Syntax
class FArchiveGraphicProperties
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CADData.h | |||
FArchiveGraphicProperties
(
const FArchiveGraphicProperties& Parent |
CADData.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FArchiveGraphicProperties() |
CADData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRemoved | bool | CADData.h | ||
| bShow | bool | CADData.h | ||
| ColorUId | FMaterialUId | CADData.h | ||
| Inheritance | ECADGraphicPropertyInheritance | CADData.h | ||
| MaterialUId | FMaterialUId | CADData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DefineGraphicsPropertiesFromNoOverwrite
(
const FArchiveGraphicProperties& Source |
If a graphic property is undefined, define it with Source property | CADData.h | |
bool IsDeleted() |
CADData.h | ||
bool IsShown() |
CADData.h | ||
void SetGraphicProperties
(
const FArchiveGraphicProperties& Source |
If a source property is defined, set the property with it | CADData.h |