FTextureLayout3d::RemoveElement

Removes a previously allocated element from the layout and collapses the tree as much as possible, In order to create the largest free block possible and return the tree to its state before the element was added.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TextureLayout3d.h

Include

#include "TextureLayout3d.h"

Syntax

bool RemoveElement
(
    uint32 ElementBaseX,
    uint32 ElementBaseY,
    uint32 ElementBaseZ,
    uint32 ElementSizeX,
    uint32 ElementSizeY,
    uint32 ElementSizeZ
)

Remarks

Removes a previously allocated element from the layout and collapses the tree as much as possible, In order to create the largest free block possible and return the tree to its state before the element was added.

Returns

True if the element specified by the input parameters existed in the layout.

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