FRange::InsertAndTryToMerge

Tries to insert the item so it has index ProposedIndex, but may end up merging it with neighbors

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 int32 InsertAndTryToMerge
(
    TArray< FRange > & Ranges,
    const FRange & Item,
    int32 ProposedIndex
)

Remarks

Tries to insert the item so it has index ProposedIndex, but may end up merging it with neighbors

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