![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementWebColumns.h>
Inheritance diagram for FEditorDataStorageWebImageColumn:Public Attributes | |
| FString | UrlString |
| uint16 | Width |
| uint16 | Height |
Information for retrieving an image from the web. The width and height can optionally be set to non-zero indicating that the size should overwrite the size from the source image.
| uint16 FEditorDataStorageWebImageColumn::Height |
If set, the target height for the image. A value of zero indicates that the height from the source image should be used.
| FString FEditorDataStorageWebImageColumn::UrlString |
URL to the image in string form. Can be used with for instance with WebImage(Cache) to create a local image.
| uint16 FEditorDataStorageWebImageColumn::Width |
If set, the target width for the image. A value of zero indicates that the width from the source image should be used.