ObservableProperty
ObservableProperty›Getting Started›Installation

Installation

Stable

How to install and activate ObservableProperty in Unreal Engine 5.

Installation & Setup

ObservableProperty supports Unreal Engine 5.0 through 5.8+.

Installation Steps#

Place in Plugins Folder

Copy the ObservableProperty folder into your project's Plugins folder.

Enable Plugin in Unreal Editor

Launch Unreal Editor, open Edit > Plugins, search for ObservableProperty, and check Enabled.

Restart the Editor

Restart the editor to register the reactive property types.

Plugins Dialog
Click to expand
Visual Guide: Plugins Dialog

Verifying the Installation#

Open any Blueprint. Add a new variable in the My Blueprint panel. In the Variable Type dropdown, search for Observable. You will see types like Observable Float, Observable Int, and Observable Bool.