Navigation
API > API/Plugins > API/Plugins/OptimusCore
Inheritance Hierarchy
- UMeshDeformerInstanceSettings
- UOptimusDeformerInstanceSettings
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformerInstance.h |
| Include | #include "OptimusDeformerInstance.h" |
Syntax
UCLASS (Blueprintable, BlueprintType)
class UOptimusDeformerInstanceSettings : public UMeshDeformerInstanceSettings
Functions
| Type | Name | Description | |
|---|---|---|---|
| UOptimusComponentSourceBinding const * | GetComponentBindingByName
(
FName InBindingName |
Get a full component source binding object by binding name. Used only by details customization. | |
| void | GetComponentBindings
(
UOptimusDeformer* InDeformer, |
Get an array of recommended component bindings, based on the stored settings. | |
| void | InitializeSettings
(
UOptimusDeformer* InDeformer, |
Setup the object. This initializes the binding names and the primary binding component. |