Mostly Harmless
UE1:Object static native functions (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object (static native functions) |
Contents
- 1 Static native functions
- 1.1 Abs
- 1.2 Asc
- 1.3 Atan
- 1.4 Caps
- 1.5 Chr
- 1.6 Clamp
- 1.7 ClassIsChildOf
- 1.8 Cos
- 1.9 DynamicLoadObject
- 1.10 Exp
- 1.11 FClamp
- 1.12 FMax
- 1.13 FMin
- 1.14 FRand
- 1.15 GetAxes
- 1.16 GetEnum
- 1.17 GetUnAxes
- 1.18 InStr
- 1.19 Invert
- 1.20 Left
- 1.21 Len
- 1.22 Lerp
- 1.23 Localize
- 1.24 Log
- 1.25 Loge
- 1.26 Max
- 1.27 Mid
- 1.28 Min
- 1.29 MirrorVectorByNormal
- 1.30 Normal
- 1.31 Normalize
- 1.32 OrthoRotation
- 1.33 Rand
- 1.34 ResetConfig
- 1.35 Right
- 1.36 RotRand
- 1.37 Sin
- 1.38 Smerp
- 1.39 Sqrt
- 1.40 Square
- 1.41 StaticSaveConfig
- 1.42 Tan
- 1.43 VRand
- 1.44 VSize
- 1.45 Warn
- Object static native functions in other games:
- U1, UT, U2, U2XMP, UE2Runtime, UT2003, UT2004, UT3, UDK
- Other member categories for this class:
- operators, structs
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. |
Static native functions
Abs
Asc
Atan
Caps
Chr
Clamp
ClassIsChildOf
Cos
DynamicLoadObject
native static final function Object DynamicLoadObject (string ObjectName, Class ObjectClass, optional bool MayFail)
Exp
FClamp
FMax
FMin
FRand
native(195) static final function float FRand ()
GetAxes
GetEnum
GetUnAxes
InStr
Invert
Left
Len
Lerp
Localize
Log
Loge
Max
Mid
Min
MirrorVectorByNormal
Normal
Normalize
OrthoRotation
Rand
ResetConfig
native static final function ResetConfig ()
Right
RotRand
Sin
Smerp
Sqrt
Square
StaticSaveConfig
native static final function StaticSaveConfig ()
Tan
VRand
native(252) static final function Vector VRand ()
VSize
Warn
native(232) final static function Warn (coerce string S)