Navigation
BlueprintAPI > BlueprintAPI/VirtualCamera
Insert a modifier to the stack with a given name and index. If that name is already in use then the modifier will not be added. The index must be between zero and the number of existing modifiers inclusive Returns the created modifier if the Add succeeded.
Target is VCam Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Name | |
| integer | Index | |
| class | Modifier Class |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Created Modifier | |
| boolean | Success |