Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UDynamicEntryBoxBase
| Type | Name | Description | |
|---|---|---|---|
| void | ResetInternal
(
bool bDeleteWidgets |
Clear out the box entries, optionally deleting the underlying Slate widgets entirely as well. | |
| void | ResetInternal
(
TFunctionRef< void(WidgetT&)> ResetEntryFunc, |
Clear out the box entries, executing the provided reset function for each and optionally deleting the underlying Slate widgets entirely as well. |