ExportMaterialProperty

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

ExportMaterialProperty

(
    UMaterialInterface* InMaterial,
    EMaterialProperty InMaterialPropert...,
    TArray< FColor >& OutBMP,
    FIntPoint& OutSize
)

Please use new functionality in MaterialBaking module

Public function Static

bool

 

ExportMaterialProperty

(
    UMaterialInterface* InMaterial,
    EMaterialProperty InMaterialPropert...,
    FIntPoint InSize,
    TArray< FColor >& OutBMP
)

Please use new functionality in MaterialBaking module

Public function Static

bool

 

ExportMaterialProperty

(
    UWorld* InWorld,
    UMaterialInterface* InMaterial,
    EMaterialProperty InMaterialPropert...,
    UTextureRenderTarget2D* InRend...,
    TArray< FColor >& OutBMP
)

Please use ExportMaterialProperty function with new signature

Public function Static

bool

 

ExportMaterialProperty

(
    UWorld* InWorld,
    UMaterialInterface* InMaterial,
    EMaterialProperty InMaterialPropert...,
    FIntPoint& OutSize,
    TArray< FColor >& OutBMP
)

Please use ExportMaterialProperty function with new signature

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