Navigation
API > API/Editor > API/Editor/Persona
| Name | USkinWeightImportOptions |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/SSkinWeightProfileImportOptions.h |
| Include Path | #include "SSkinWeightProfileImportOptions.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings)
class USkinWeightImportOptions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USkinWeightImportOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FilePath | FString | File path to FBX file containing Mesh with alternative set of Skin Weights | SSkinWeightProfileImportOptions.h |
|
| LODIndex | int32 | Target LOD index this file corresponds to | SSkinWeightProfileImportOptions.h |
|
| ProfileName | FString | Name of the to-be-imported Skin Weights Profile | SSkinWeightProfileImportOptions.h |
|