From Unreal Wiki, The Unreal Engine Documentation Site
 |
Object (static native functions) |
Static native functions
Abs
native(186) static final function
float Abs (
float A)
Asc
native(237) static final function
int Asc (
string S)
Atan
native(190) static final function
float Atan (
float A)
Caps
native(235) static final function
string Caps (coerce
string S)
Chr
native(236) static final function
string Chr (
int i)
Clamp
native(251) static final function
int Clamp (
int V,
int A,
int B)
ClassIsChildOf
native(258) static final function
bool ClassIsChildOf (
Class TestClass,
Class ParentClass)
Cos
native(188) static final function
float Cos (
float A)
DynamicLoadObject
native static final function
Object DynamicLoadObject (
string ObjectName,
Class ObjectClass, optional
bool MayFail)
Exp
native(191) static final function
float Exp (
float A)
FClamp
FMax
FMin
FRand
native(195) static final function
float FRand ()
GetAxes
GetEnum
GetUnAxes
InStr
native(126) static final function
int InStr (coerce
string S, coerce
string t)
Invert
Left
Len
native(125) static final function
int Len (coerce
string S)
Lerp
Localize
Log
native(231) final static function
Log (coerce
string S, optional
name Tag)
Loge
native(192) static final function
float Loge (
float A)
Max
native(250) static final function
int Max (
int A,
int B)
Mid
Min
native(249) static final function
int Min (
int A,
int B)
MirrorVectorByNormal
native(300) static final function
Vector MirrorVectorByNormal (
Vector Vect,
Vector Normal)
Normal
Normalize
OrthoRotation
Rand
native(167) static final function
int Rand (
int Max)
ResetConfig
native static final function ResetConfig ()
Right
RotRand
native(320) static final function
Rotator RotRand (optional
bool bRoll)
Sin
native(187) static final function
float Sin (
float A)
Smerp
Sqrt
native(193) static final function
float Sqrt (
float A)
Square
native(194) static final function
float Square (
float A)
StaticSaveConfig
native static final function StaticSaveConfig ()
Tan
native(189) static final function
float Tan (
float A)
VRand
native(252) static final function
Vector VRand ()
VSize
native(225) static final function
float VSize (
Vector A)
Warn
native(232) final static function
Warn (coerce
string S)