Unreal Engine Blueprint API Reference > Rendering
Imports a texture file from disk and creates Texture2D from it.
Target is Kismet Rendering Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
string | Filename |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Imports a texture file from disk and creates Texture2D from it. |