Skip to content

Attaching Control Components

Attach Control Component to Actor

  1. In the Actor Details panel, click Add and search for "Control" and select the Control Component you will use.

    Add
  2. In the Details Panel you can see the different control parameters you can set based on the control component you are using. Make sure to create a unique Control ID for each different component you are using.

    set

Attach Control Component to Blueprint Actors

  1. Open the Blueprint, on the Components tab, click Add and search for "Control" and select the Control Component you will use. Blueprint only supports 3 Control Components.

    1. Control Action
    2. Control Actor
    3. Control Blueprint

      Add
  2. On the Details Panel you can see the different control parameters you can set based on the control component you are using as well as the Events which you can use to control your actor. Make sure to create a unique Control ID for each different component you are using.

    set

Note

If you can't find any Control Components, make sure to install Erizos Unreal Engine Plugins.

You can learn more about Adding Components to Actor in Unreal Engine in this link.