Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UDynamicEntryBoxBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ResetInternal
(
bool bDeleteWidgets |
Clear out the box entries, optionally deleting the underlying Slate widgets entirely as well. | Components/DynamicEntryBoxBase.h | |
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. | Components/DynamicEntryBoxBase.h |
ResetInternal(bool)
Description
Clear out the box entries, optionally deleting the underlying Slate widgets entirely as well.
| Name | ResetInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBoxBase.h |
| Include Path | #include "Components/DynamicEntryBoxBase.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/DynamicEntryBoxBase.cpp |
void ResetInternal
(
bool bDeleteWidgets
)
ResetInternal(TFunctionRef< void(WidgetT &)>, bool)
Description
Clear out the box entries, executing the provided reset function for each and optionally deleting the underlying Slate widgets entirely as well.
| Name | ResetInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBoxBase.h |
| Include Path | #include "Components/DynamicEntryBoxBase.h" |
template<typename WidgetT>
void ResetInternal
(
TFunctionRef < void> ResetEntryFunc,
bool bDeleteWidgets
)