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