UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementWebColumns.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8#include "TypedElementWebColumns.generated.h"
9
13USTRUCT(meta = (DisplayName = "Url"))
21
28{
30
31
32 UPROPERTY()
33 FString UrlString;
34
36 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
37 uint16 Width;
38
40 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
41 uint16 Height;
42};
43
44namespace UE::Editor::DataStorage
45{
48}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
uint16_t uint16
Definition binka_ue_file_header.h:7
Definition AdvancedWidgetsModule.cpp:13
Definition CommonTypes.h:14
Definition TypedElementWebColumns.h:15
Definition TypedElementWebColumns.h:28