FOptTexturePlatformData

Optional extra fields for texture platform data required by some platforms.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Texture.h

Include

#include "Engine/Texture.h"

Syntax

struct FOptTexturePlatformData

Remarks

Optional extra fields for texture platform data required by some platforms. Data in this struct is only serialized if the struct's value is non-default.

Variables

Name Description

Public variable

uint32

 

ExtData

Arbitrary extra data that the runtime may need.

Public variable

uint32

 

NumMipsInTail

Number of mips making up the mip tail, which must always be resident

Constructors

Name Description

Public function

FOptTexturePlatformData()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FOptTexturePlatformData const& RHS
)

Public function Const

bool

 

operator==

(
    FOptTexturePlatformData const& RHS
)

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