ue_describe_object
Inspect UObject metadata to list accessible properties and Blueprint-callable functions, helping you determine available operations before calling functions or accessing properties.
Instructions
Get detailed metadata about a UObject, including all accessible properties and Blueprint-callable functions. Use this to discover what operations are available on an object before calling ue_call_function, ue_get_property, or ue_set_property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectPath | Yes | Full path to the UObject to describe |