UE Load texture images at runtime Plugin description

简介: UE Load texture images at runtime Plugin description

Load Texture From Local Or Network


Which Can Load JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC Format Image


1. Load Texture From Local


Load images locally from your computer

Enter:


File Path : Image full path address


Output:


Return Value: Texture object (UTexture2D), if the object is invalid, it means that the loading failed.


2. Load Texture From Network


Load images from the web

Enter:


URL : Image website path URL


On Http Texture:Bind a custom event, which will be called back when the network image is loaded.


Description of custom event parameters:


URL:  Image website path URL


Texture:texture object. An invalid object means that the load failed.


在代码插件创建的Runtime Load Texture - 虚幻引擎商城 (unrealengine.com)

https://www.unrealengine.com/marketplace/zh-CN/product/f491fbb274af497e89a45b9893296321

相关文章
|
3月前
|
Go 索引
internal\model\data_support.go:17:10: cannot use _ as value or type
internal\model\data_support.go:17:10: cannot use _ as value or type
|
4月前
|
C++ Windows
vs2019 This application failed to start because it could not find or load the QT platform plugin
这篇文章介绍了在VS2019中解决QT程序运行时出现的“无法找到或加载QT平台插件”错误的步骤,通过将必要的DLL文件和插件目录复制到项目解决方案中解决了问题。
|
7月前
target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target S
target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target S
104 0
|
分布式计算 IDE Hadoop
Big Data Tools插件使用
Big Data Tools插件使用
462 0
UE DTDataTable Plugin description, operating CSV files in runtime.
UE DTDataTable Plugin description, operating CSV files in runtime.
96 0
|
网络性能优化
UE DTMqtt Plugin description
UE DTMqtt Plugin description
122 0
|
JSON 数据格式
UE4 structure and JSON conversion - DTBPJson plugin description
UE4 structure and JSON conversion - DTBPJson plugin description
96 0
|
应用服务中间件
Cannot change version of project facet Dynamic Web Module to 3.0
Cannot change version of project facet Dynamic Web Module to 3.0
|
C++
C++ runtime sample
本文演示如何利用函数计算的自定义Runtime功能来运行C++代码
1786 0