Load Texture

Loads Texture from asset

/**
 * Node that loads a texture from an Unreal texture asset.
 * 
 * Provides access to an existing UTexture2D asset for use
 * in texture transfer and material creation nodes.
 * 
 * Usage:
 * 1. Select a texture asset
 * 2. Output provides the texture data
 */
Parameter
Description

Texture Asset

UTexture2D

Texture asset to load

Preview Size

integer

The resolution of the preview box

Last updated

Was this helpful?