Navigation
API > API/Plugins > API/Plugins/CADTools
| Name | FFileDescriptor |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADData.h |
| Include Path | #include "CADData.h" |
Syntax
class FFileDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CADData.h | |||
FFileDescriptor
(
const TCHAR* InFilePath, |
CADData.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanReferenceOtherFiles | bool | CADData.h | ||
| CacheFilePath | FString | CADData.h | ||
| Configuration | FString | CADData.h | ||
| DescriptorHash | uint32 | CADData.h | ||
| Format | ECADFormat | CADData.h | ||
| Name | FString | CADData.h | ||
| RootFolder | FString | CADData.h | ||
| SourceFilePath | FString | CADData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanReferenceOtherFiles() |
CADData.h | ||
| CADData.h | |||
void Empty() |
CADData.h | ||
const FString & GetConfiguration() |
CADData.h | ||
uint32 GetDescriptorHash() |
CADData.h | ||
ECADFormat GetFileFormat() |
CADData.h | ||
const FString & GetFileName() |
CADData.h | ||
const FString & GetPathOfFileToLoad() |
CADData.h | ||
const FString & GetRootFolder() |
CADData.h | ||
const FString & GetSourcePath() |
CADData.h | ||
bool HasConfiguration() |
CADData.h | ||
bool IsEmpty() |
CADData.h | ||
void SetCacheFile
(
const FString& InCacheFilePath |
Used define and then load the cache of the CAD File instead of the source file | CADData.h | |
void SetConfiguration
(
const FString& NewConfiguration |
CADData.h | ||
void SetSourceFilePath
(
const FString& NewFilePath |
Set the file path if SourceFilePath was not the real path | CADData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FFileDescriptor& Other |
CADData.h |