UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlatformMallocCrash.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "
CoreTypes.h
"
5
6
#include "
GenericPlatform/GenericPlatformMallocCrash.h
"
7
8
#if PLATFORM_USES_STACKBASED_MALLOC_CRASH
9
typedef
FGenericStackBasedMallocCrash
FPlatformMallocCrash
;
10
#else
11
typedef
FGenericPlatformMallocCrash
FPlatformMallocCrash
;
12
#endif
CoreTypes.h
GenericPlatformMallocCrash.h
FPlatformMallocCrash
FGenericPlatformMallocCrash FPlatformMallocCrash
Definition
PlatformMallocCrash.h:11
FGenericPlatformMallocCrash
Definition
GenericPlatformMallocCrash.h:44
FGenericStackBasedMallocCrash
Definition
GenericPlatformMallocCrash.h:173
Engine
Source
Runtime
Core
Public
HAL
PlatformMallocCrash.h
Generated by
1.9.8