FNewTextureInfo

Represents a new texture that has been loaded but no resource created for it

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h

Include

#include "Rendering/ShaderResourceManager.h"

Syntax

struct FNewTextureInfo

Remarks

Represents a new texture that has been loaded but no resource created for it

Variables

Name Description

Public variable

bool

 

bShouldAtlas

Whether or not the texture should be atlased

Public variable

bool

 

bSrgb

Whether or not the texture is in srgb space

Public variable

FSlateTextureDa...

 

TextureData

Raw data

Constructors

Name Description

Public function

FNewTextureInfo()