Navigation
API > API/Plugins > API/Plugins/CommonUI
Widget pool, if implemented WidgetFactory will attempt to reuse implementing widget objects.
| Name | ICommonPoolableWidgetInterface |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonPoolableWidgetInterface.h |
| Include Path | #include "CommonPoolableWidgetInterface.h" |
Syntax
class ICommonPoolableWidgetInterface
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnAcquireFromPool() |
CommonPoolableWidgetInterface.h |
|
|
void OnReleaseToPool() |
CommonPoolableWidgetInterface.h |
|