Navigation
API > API/Plugins > API/Plugins/RigLogicEditor
DNA Asset Importer UI options.
| Name | UDEPRECATED_DNAAssetImportUI |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicEditor/Public/DNAAssetImportUI.h |
| Include Path | #include "DNAAssetImportUI.h" |
Syntax
UCLASS (Deprecated, Meta=(DeprecationMessage="This class is not needed and will be removed."))
class UDEPRECATED_DNAAssetImportUI :
public UObject ,
public IImportSettingsParser
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDEPRECATED_DNAAssetImportUI
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsReimport | bool | Whether this UI is construct for a reimport | DNAAssetImportUI.h | |
| FileName | FString | DNA Asset file informations Transient value that are set everytime we show the options dialog. | DNAAssetImportUI.h |
|
| ReimportMesh | UObject * | When we are reimporting, we need the current object to preview skeletal mesh match issues. | DNAAssetImportUI.h | |
| SkeletalMesh | TObjectPtr< class USkeletalMesh > | Skeletal mesh to use for imported DNA asset. | DNAAssetImportUI.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ResetToDefault() |
DNAAssetImportUI.h |
|
Public Virtual
Overridden from IImportSettingsParser
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ParseFromJson
(
TSharedRef< class FJsonObject > ImportSettingsJson |
IImportSettings Interface | DNAAssetImportUI.h |