FTexture2DDynamicCreateInfo

Helper to set properties on the [UTexture2DDynamic](API\Runtime\Engine\Engine\UTexture2DDynamic) so it doesn't need to be reinitialized.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Texture2DDynamic.h

Include

#include "Engine/Texture2DDynamic.h"

Syntax

struct FTexture2DDynamicCreateInfo

Remarks

Helper to set properties on the UTexture2DDynamic so it doesn't need to be reinitialized.

Variables

Name Description

Public variable

bool

 

bIsResolveTarget

Public variable

bool

 

bSRGB

Public variable

TextureFilter

 

Filter

Public variable

EPixelFormat

 

Format

Public variable

ESamplerAddress...

 

SamplerAddressMode

Constructors

Name Description

Public function

FTexture2DDynamicCreateInfo

(
    EPixelFormat InFormat,
    bool InIsResolveTarget,
    bool InSRGB,
    TextureFilter InFilter,
    ESamplerAddressMode InSamplerAddres...
)

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