I don't need to test my programs. I have an error-correcting modem.

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[edit]

CurrentMenuState[edit]

Type: UIState

Modifiers: private


PreviewViewportSize[edit]

Type: Object.Vector2D

Modifiers: const, private

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