![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 () |
| #define UE_ALLOWSHRINKING_BOOL_DEPRECATED | ( | FunctionName | ) | UE_DEPRECATED(5.6, FunctionName " with a boolean bAllowShrinking has been deprecated - please use the EAllowShrinking enum instead") |
|
strong |