> For the complete documentation index, see [llms.txt](https://zerodensitydocumentation.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zerodensitydocumentation.gitbook.io/docs/reality-5.3-sp2/reality-5.3-sp2/user-guide/controlling-unreal-engine-5.3/example-pipeline/exposing-actor-parameters.md).

# Exposing Actor Parameters

To expose an Actor Parameter:

<div align="left"><figure><img src="/files/sJd8Mez1EMAjGlxe0f3l" alt=""><figcaption><p>Parameter Exposing</p></figcaption></figure></div>

* Go to the Outliner, select the **BP Light Bulb Basic** actor.
* Expose the **Location** and **Rotation** parameters by clicking on the eye icon, as displayed in the image above.

{% hint style="warning" %}
If you are exposing a Boolean type parameter, you must add “**\_boolean**” after the parameter's name.
{% endhint %}
