FTextureLayout3d::FTextureLayout3d

Minimal initialization constructor.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TextureLayout3d.h"

Syntax

FTextureLayout3d
(
    uint32 MinSizeX,
    uint32 MinSizeY,
    uint32 MinSizeZ,
    uint32 MaxSizeX,
    uint32 MaxSizeY,
    uint32 MaxSizeZ,
    bool bInPowerOfTwoSize,
    bool bInAlignByFour
)

Remarks

Minimal initialization constructor.

Parameters

Parameter

Description

MinSizeX

The minimum width of the texture.

MinSizeY

The minimum height of the texture.

MaxSizeX

The maximum width of the texture.

MaxSizeY

The maximum height of the texture.

InPowerOfTwoSize

True if the texture size must be a power of two.

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