UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AllowShrinking.h File Reference

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::Core
 
namespace  UE::Core::Private
 implementation
 

Macros

#define UE_ALLOWSHRINKING_BOOL_DEPRECATED(FunctionName)   UE_DEPRECATED(5.6, FunctionName " with a boolean bAllowShrinking has been deprecated - please use the EAllowShrinking enum instead")
 

Enumerations

enum class  EAllowShrinking : uint8 { No , Yes , Default = Yes }
 

Functions

template<typename AllocatorType >
consteval EAllowShrinking UE::Core::Private::AllowShrinkingByDefault ()
 

Macro Definition Documentation

◆ UE_ALLOWSHRINKING_BOOL_DEPRECATED

#define UE_ALLOWSHRINKING_BOOL_DEPRECATED (   FunctionName)    UE_DEPRECATED(5.6, FunctionName " with a boolean bAllowShrinking has been deprecated - please use the EAllowShrinking enum instead")

Enumeration Type Documentation

◆ EAllowShrinking

enum class EAllowShrinking : uint8
strong
Enumerator
No 
Yes 
Default