PAPER2UPaperGroupedSpriteComponent::GetUsedTextures

Returns the material textures used to render this primitive for the given platform.

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::GetUsedTextures()

PAPER2UPaperGroupedSpriteComponent::GetUsedTextures()

References

Module

Paper2D

Header

/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperGroupedSpriteComponent.h

Include

#include "PaperGroupedSpriteComponent.h"

Syntax

virtual void GetUsedTextures
(
    TArray< UTexture * > & OutTextures,
    EMaterialQualityLevel::Type QualityLevel
)

Remarks

Returns the material textures used to render this primitive for the given platform. Internally calls GetUsedMaterials() and GetUsedTextures() for each material.

Parameters

Parameter

Description

OutTextures

[out] The list of used textures.

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