I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:UIPreviewString (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIString >> UIPreviewString
Package: 
UnrealEd
Within class: 
UIScreenObject
This class in other games:
UDK

This specialized version of UIString is used by preview panels in style editors. Since those strings are created using CDOs as their Outer, the menu state used to apply style data must be set manually.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Properties

CurrentMenuState

Type: UIState

Modifiers: private


PreviewViewportSize

Type: Object.Vector2D

Modifiers: const, private

The size of the preview window's viewport - set by the WxTextPreviewPanel that handles this string.