Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Retarget Op Profile' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| name | Op To Apply Settings To | The name of the op these settings should be applied to.If left at None, will apply to all ops that use the type of settings stored in 'SettingsToApply' |
| struct | Settings To Apply | The settings to override for a specific op in the retargeter's op stack.NOTE: all settings stored here will be applied to the op. However, at runtime each op independentlydetermines which settings are safe to be applied without requiring reinitialization. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Retarget Op Profile |