get_custom_ui_prop_build_fn

omni.kit.property.material.scripts.widgets.usdshade.models.get_custom_ui_prop_build_fn(ui_prop: UsdPropertyUiEntry) None

Returns a function that builds custom UI property models based on the specified ui_prop.

Parameters

ui_prop (UsdPropertyUiEntry) – The UI property entry that contains metadata to determine the appropriate custom model builder function.

Returns

A function that is used to build a custom UI property model if a matching builder is found; otherwise, None.

Return type

Optional[Callable]