My program doesn't have bugs. It just develops random features.
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[edit]
DateTime[edit]
Static functions[edit]
ColorToHTMLColor[edit]
static final function string ColorToHTMLColor (Object.Color clr)
Convert a color to the HTML equivalent
getDateTime[edit]
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[edit]
HTMLEscape[edit]
Escape HTML tags in the given string. Expects the input to not contain any escaped entities (i.e. &...;)
parseUrlOptions[edit]
Trim[edit]
Trim everything below ascii 32 from begin and end