Navigation
API > API/Runtime > API/Runtime/Core
Specifies whether or not a container's removal operation should attempt to auto-shrink the container's reserved memory usage.
| Name | EAllowShrinking |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/AllowShrinking.h |
| Include Path | #include "Containers/AllowShrinking.h" |
Syntax
enum EAllowShrinking
{
No,
Yes,
Default = Yes,
}
Values
| Name | Remarks |
|---|---|
| No | |
| Yes | |
| Default |