Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Material

Extends
Object
Modifiers
native hidecategories ( Object ) collapsecategories noexport

Core.Object
|   
+-- Engine.Material

Direct Known Subclasses:

Combiner, Modifier, RenderedMaterial

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
MaterialDefaultMaterial
intMaterialType
boolUseFallback
boolValidated
Material
MaterialFallbackMaterial
ESurfaceTypesSurfaceType
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
ESurfaceTypes
EST_Default, EST_Rock, EST_Dirt, EST_Metal, EST_Wood, EST_Plant, EST_Flesh, EST_Ice, EST_Snow, EST_Water, EST_Glass, EST_Custom00, EST_Custom01, EST_Custom02, EST_Custom03, EST_Custom04, EST_Custom05, EST_Custom06, EST_Custom07, EST_Custom08, EST_Custom09, EST_Custom10, EST_Custom11, EST_Custom12, EST_Custom13, EST_Custom14, EST_Custom15, EST_Custom16, EST_Custom17, EST_Custom18, EST_Custom19, EST_Custom20, EST_Custom21, EST_Custom22, EST_Custom23, EST_Custom24, EST_Custom25, EST_Custom26, EST_Custom27, EST_Custom28, EST_Custom29, EST_Custom30, EST_Custom31,
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector

Functions Summary
functionint MaterialUSize ()
functionint MaterialVSize ()
function Reset ()))
function Trigger (Actor Other, Actor EventInstigator ))
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

DefaultMaterial Source code

var Material DefaultMaterial;

MaterialType Source code

var int MaterialType;

UseFallback Source code

var const transient bool UseFallback;

Validated Source code

var const transient bool Validated;

Material

FallbackMaterial Source code

var(Material) Material FallbackMaterial;

SurfaceType Source code

var(Material) ESurfaceTypes SurfaceType;


Enumerations Detail

ESurfaceTypes Source code

enum ESurfaceTypes
{
EST_Default, EST_Rock, EST_Dirt, EST_Metal, EST_Wood, EST_Plant, EST_Flesh, EST_Ice, EST_Snow, EST_Water, EST_Glass, EST_Custom00, EST_Custom01, EST_Custom02, EST_Custom03, EST_Custom04, EST_Custom05, EST_Custom06, EST_Custom07, EST_Custom08, EST_Custom09, EST_Custom10, EST_Custom11, EST_Custom12, EST_Custom13, EST_Custom14, EST_Custom15, EST_Custom16, EST_Custom17, EST_Custom18, EST_Custom19, EST_Custom20, EST_Custom21, EST_Custom22, EST_Custom23, EST_Custom24, EST_Custom25, EST_Custom26, EST_Custom27, EST_Custom28, EST_Custom29, EST_Custom30, EST_Custom31,
};


Functions Detail

MaterialUSize Source code

native function int MaterialUSize ( )

MaterialVSize Source code

native function int MaterialVSize ( )

Reset Source code

function Reset ( ) )

Trigger Source code

function Trigger ( Actor Other, Actor EventInstigator ) )


Defaultproperties

defaultproperties
{
	FallbackMaterial=None
	DefaultMaterial=DefaultTexture
    SurfaceType=EST_Default
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:14.129 - Created with UnCodeX