Skip to content

Get Component Property

Get a property on a component.

Hint

Drag the component from the Unity Inspector to quickly setup a Get Component Property action.

Parameters

Parameter Description
Component The component to target.
Property Path The path to the property to set.
Store Result Store the value of the property in a variable.

Notes

This action can be used to get properties in third-party assets that don't have official PlayMaker actions.

Drag the component into the Component field and the Property Path dropdown will show all accessible properties on the component.

Third party assets normally have API documentation to help you figure out what each property does.