Navigation
API > API/Plugins > API/Plugins/OptimusSettings
| Name | UOptimusSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusSettings/Public/OptimusSettings.h |
| Include Path | #include "OptimusSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=DeformerGraph, defaultconfig, Meta=(DisplayName="DeformerGraph"))
class UOptimusSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UOptimusSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UOptimusSettings
(
const FObjectInitializer& ObjectInitializer |
OptimusSettings.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnUpdateSettings | TMulticastDelegate_OneParam< void, UOptimusSettings const * > | OptimusSettings.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnSettingsChange | FOnUpdateSettings | OptimusSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultDeformer | TSoftObjectPtr< UMeshDeformer > | A default deformer that will be used on a skinned mesh if no other deformer has been set. | OptimusSettings.h |
|
| DefaultMode | EOptimusDefaultDeformerMode | Set when skinned meshes should have a default deformer applied. | OptimusSettings.h |
|
| DefaultRecomputeTangentDeformer | TSoftObjectPtr< UMeshDeformer > | A default deformer that will be used on a skinned mesh if no other deformer has been set, and if the mesh has requested to recompute tangets. | OptimusSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
OptimusSettings.h |