FRange::AllocateFromEntry

Attempts to allocate from an entry - can remove it if it was used up

Windows
MacOS
Linux

References

Module

VulkanRHI

Header

/Engine/Source/Runtime/VulkanRHI/Public/VulkanMemory.h

Include

#include "VulkanMemory.h"

Source

/Engine/Source/Runtime/VulkanRHI/Private/VulkanMemory.cpp

Syntax

static void AllocateFromEntry
(
    TArray< FRange > & Ranges,
    int32 Index,
    uint32 SizeToAllocate
)

Remarks

Attempts to allocate from an entry - can remove it if it was used up

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss