UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEditorDataStorageWebImageColumn Struct Referencefinal

#include <TypedElementWebColumns.h>

+ Inheritance diagram for FEditorDataStorageWebImageColumn:

Public Attributes

FString UrlString
 
uint16 Width
 
uint16 Height
 

Detailed Description

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.

Member Data Documentation

◆ Height

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.

◆ UrlString

FString FEditorDataStorageWebImageColumn::UrlString

URL to the image in string form. Can be used with for instance with WebImage(Cache) to create a local image.

◆ Width

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.


The documentation for this struct was generated from the following file: