UDynamicEntryBoxBase::ResetInternal

Clear out the box entries, executing the provided reset function for each and optionally deleting the underlying Slate widgets entirely as well.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBoxBase.h

Include

#include "Components/DynamicEntryBoxBase.h"

Syntax

template<typename WidgetT>
void ResetInternal
(
    TFunctionRef< void> ResetEntryFunc,
    bool bDeleteWidgets
)

Remarks

Clear out the box entries, executing the provided reset function for each and optionally deleting the underlying Slate widgets entirely as well.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss