Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCoreDelegates
Description
Called to request that systems free whatever memory they are able to. Called early in LoadMap. Caller is responsible for flushing rendering etc. See UEngine::TrimMemory
Implemented as a function to address global ctor issues
| Name | GetMemoryTrimDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include Path | #include "Misc/CoreDelegates.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreDelegates.cpp |
static FSimpleMulticastDelegate & GetMemoryTrimDelegate()