I'm a doctor, not a mechanic
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[edit]
Abs[edit]
Asc[edit]
Atan[edit]
Caps[edit]
Chr[edit]
Clamp[edit]
ClassIsChildOf[edit]
Cos[edit]
DynamicLoadObject[edit]
native static final function Object DynamicLoadObject (string ObjectName, Class ObjectClass, optional bool MayFail)
Exp[edit]
FClamp[edit]
FMax[edit]
FMin[edit]
FRand[edit]
native(195) static final function float FRand ()
GetAxes[edit]
GetEnum[edit]
GetUnAxes[edit]
InStr[edit]
Invert[edit]
Left[edit]
Len[edit]
Lerp[edit]
Localize[edit]
Log[edit]
Loge[edit]
Max[edit]
Mid[edit]
Min[edit]
MirrorVectorByNormal[edit]
Normal[edit]
Normalize[edit]
OrthoRotation[edit]
Rand[edit]
ResetConfig[edit]
native static final function ResetConfig ()
Right[edit]
RotRand[edit]
Sin[edit]
Smerp[edit]
Sqrt[edit]
Square[edit]
StaticSaveConfig[edit]
native static final function StaticSaveConfig ()
Tan[edit]
VRand[edit]
native(252) static final function Vector VRand ()
VSize[edit]
Warn[edit]
native(232) final static function Warn (coerce string S)