I'm a doctor, not a mechanic
UE3:WebAdminUtils (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> WebAdminUtils |
- Package:
- WebAdmin
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Various static utility functions
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Structs
DateTime
Static functions
ColorToHTMLColor
static final function string ColorToHTMLColor (Object.Color clr)
Convert a color to the HTML equivalent
getDateTime
Parse a timestamp to a DateTime structure. When no timestamp is given the current timestamp will be used. The format of the timestamp is: YYYY/MM/DD - HH:MM:SS
getLocalized
HTMLEscape
Escape HTML tags in the given string. Expects the input to not contain any escaped entities (i.e. &...;)
parseUrlOptions
Trim
Trim everything below ascii 32 from begin and end