FLandscapeLayersCopyTextureParams

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/Landscape.h

Include

#include "Landscape.h"

Syntax

struct FLandscapeLayersCopyTextureParams

Variables

Name Description

Public variable

uint32

 

DestArrayIndex

Public variable

FTextureResourc...

 

DestCPUResource

Public variable

uint8

 

DestMip

Public variable

FTextureResourc...

 

DestResource

Public variable

FString

 

DestResourceDebugName

Public variable

FIntPoint

 

InitialPositionOffset

Public variable

int32

 

NumSubSections

Public variable

uint32

 

SourceArrayIndex

Public variable

uint8

 

SourceMip

Public variable

FTextureResourc...

 

SourceResource

Public variable

FString

 

SourceResourceDebugName

Public variable

int32

 

SubSectionSizeQuad

Constructors

Name Description

Public function

FLandscapeLayersCopyTextureParams

(
    const FString& InSourceResourceDeb...,
    FTextureResource* InSourceReso...,
    const FString& InDestResourceDebug...,
    FTextureResource* InDestResour...,
    FTextureResource* InDestCPURes...,
    const FIntPoint& InInitialPosition...,
    int32 InSubSectionSizeQuad,
    int32 InNumSubSections,
    uint8 InSourceCurrentMip,
    uint8 InDestCurrentMip,
    uint32 InSourceArrayIndex,
    uint32 InDestArrayIndex
)

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