Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor
| Name | UNeuralMorphEditorProjectSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphEditorProjectSettings.h |
| Include Path | #include "NeuralMorphEditorProjectSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class UNeuralMorphEditorProjectSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UNeuralMorphEditorProjectSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TwistBoneFilter | FString | The bone name filter that identifies twist bones. | NeuralMorphEditorProjectSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
NeuralMorphEditorProjectSettings.h | ||
virtual FName GetContainerName() |
NeuralMorphEditorProjectSettings.h | ||
virtual FText GetSectionDescription() |
NeuralMorphEditorProjectSettings.h | ||
virtual FName GetSectionName() |
NeuralMorphEditorProjectSettings.h | ||
virtual FText GetSectionText() |
NeuralMorphEditorProjectSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const UNeuralMorphEditorProjectSettings * Get() |
NeuralMorphEditorProjectSettings.h |