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

UnrealEd.MeshEditProps

Extends
MeshObject
Modifiers
hidecategories ( Object ) native

Core.Object
|   
+-- Engine.MeshObject
   |   
   +-- UnrealEd.MeshEditProps

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
pointerWBrowserAnimationPtr
Animation
MeshAnimationDefaultAnimation
Attach
boolApplyNewSockets
boolContinuousUpdate
array<AttachSocket>Sockets
Collision
array<MEPBonePrimBox>CollisionBoxes
array<MEPBonePrimSphere>CollisionSpheres
StaticMeshCollisionStaticMesh
floatTestCollisionHeight
floatTestCollisionRadius
Impostor
boolbImpostorPresent
colorImpColor
EImpDrawModeImpDrawMode
EImpLightModeImpLightMode
EImpSpaceModeImpSpaceMode
vectorRelativeLocation
rotatorRelativeRotation
vectorScale3D
MaterialSpriteMaterial
LOD
array<LODLevel>LODLevels
floatLOD_Strength
floatSkinTesselationFactor
Mesh
vectorMaxVisBound
vectorMinVisBound
rotatorRotation
vectorScale
vectorTranslation
vectorVisSphereCenter
floatVisSphereRadius
Redigest
intLODStyle
Skin
array<Material>Material
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
Inherited Enumerations from Engine.MeshObject
EImpDrawMode, EImpLightMode, EImpSpaceMode, EMeshSectionMethod
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
AttachSocket
A_Translation, A_Rotation, AttachAlias, BoneName, Test_Scale, TestMesh, TestStaticMesh
FSectionDigest
MeshSectionMethod, MaxRigidParts, MinPartFaces, MeldSize
LODLevel
DistanceFactor, ReductionFactor, Hysteresis, MaxInfluences, RedigestSwitch, Rigidize
MEPBonePrimBox
BoneName, Offset, Radii, bBlockKarma, bBlockNonZeroExtent, bBlockZeroExtent
MEPBonePrimSphere
BoneName, Offset, Radius, bBlockKarma, bBlockNonZeroExtent, bBlockZeroExtent
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
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

WBrowserAnimationPtr Source code

var const pointer WBrowserAnimationPtr;

Animation

DefaultAnimation Source code

var(Animation) MeshAnimation DefaultAnimation;

Attach

ApplyNewSockets Source code

var(Attach) bool ApplyNewSockets;

ContinuousUpdate Source code

var(Attach) bool ContinuousUpdate;

Sockets Source code

var(Attach) array<AttachSocket> Sockets;

Collision

CollisionBoxes Source code

var(Collision) array<MEPBonePrimBox> CollisionBoxes;

CollisionSpheres Source code

var(Collision) array<MEPBonePrimSphere> CollisionSpheres;

CollisionStaticMesh Source code

var(Collision) StaticMesh CollisionStaticMesh;

TestCollisionHeight Source code

var(Collision) float TestCollisionHeight;

TestCollisionRadius Source code

var(Collision) float TestCollisionRadius;

Impostor

bImpostorPresent Source code

var(Impostor) bool bImpostorPresent;

ImpColor Source code

var(Impostor) color ImpColor;

ImpDrawMode Source code

var(Impostor) EImpDrawMode ImpDrawMode;

ImpLightMode Source code

var(Impostor) EImpLightMode ImpLightMode;

ImpSpaceMode Source code

var(Impostor) EImpSpaceMode ImpSpaceMode;

RelativeLocation Source code

var(Impostor) vector RelativeLocation;

RelativeRotation Source code

var(Impostor) rotator RelativeRotation;

Scale3D Source code

var(Impostor) vector Scale3D;

SpriteMaterial Source code

var(Impostor) Material SpriteMaterial;

LOD

LODLevels Source code

var(LOD) array<LODLevel> LODLevels;

LOD_Strength Source code

var(LOD) float LOD_Strength;

SkinTesselationFactor Source code

var(LOD) float SkinTesselationFactor;

Mesh

MaxVisBound Source code

var(Mesh) vector MaxVisBound;

MinVisBound Source code

var(Mesh) vector MinVisBound;

Rotation Source code

var(Mesh) rotator Rotation;

Scale Source code

var(Mesh) vector Scale;

Translation Source code

var(Mesh) vector Translation;

VisSphereCenter Source code

var(Mesh) vector VisSphereCenter;

VisSphereRadius Source code

var(Mesh) float VisSphereRadius;

Redigest

LODStyle Source code

var(Redigest) int LODStyle;

Skin

Material Source code

var(Skin) array<Material> Material;


Structures Detail

AttachSocket Source code

struct AttachSocket
{
var(MeshEditProps) name AttachAlias;
var(MeshEditProps) rotator A_Rotation;
var(MeshEditProps) vector A_Translation;
var(MeshEditProps) name BoneName;
var(MeshEditProps) mesh TestMesh;
var(MeshEditProps) staticmesh TestStaticMesh;
var(MeshEditProps) float Test_Scale;
};


FSectionDigest Source code

struct FSectionDigest
{
var(MeshEditProps) int MaxRigidParts;
var(MeshEditProps) float MeldSize;
var(MeshEditProps) EMeshSectionMethod MeshSectionMethod;
var(MeshEditProps) int MinPartFaces;
};


LODLevel Source code

struct LODLevel
{
var(MeshEditProps) float DistanceFactor;
var(MeshEditProps) float Hysteresis;
var(MeshEditProps) int MaxInfluences;
var(MeshEditProps) bool RedigestSwitch;
var(MeshEditProps) float ReductionFactor;
var(MeshEditProps) FSectionDigest Rigidize;
};


MEPBonePrimBox Source code

struct MEPBonePrimBox
{
var(MeshEditProps) int bBlockKarma;
var(MeshEditProps) int bBlockNonZeroExtent;
var(MeshEditProps) int bBlockZeroExtent;
var(MeshEditProps) name BoneName;
var(MeshEditProps) vector Offset;
var(MeshEditProps) vector Radii;
};


MEPBonePrimSphere Source code

struct MEPBonePrimSphere
{
var(MeshEditProps) int bBlockKarma;
var(MeshEditProps) int bBlockNonZeroExtent;
var(MeshEditProps) int bBlockZeroExtent;
var(MeshEditProps) name BoneName;
var(MeshEditProps) vector Offset;
var(MeshEditProps) float Radius;
};



Defaultproperties

defaultproperties
{	
	Scale=(X=1,Y=1,Z=1)
	Scale3D=(X=1.0,Y=1.0,Z=1.0)
	Rotation=(Pitch=0,Yaw=0,Roll=0)
	Translation=(X=0,Y=0,Z=0)	
	SkinTesselationFactor=1.0;
	ApplyNewSockets=false;
	ContinuousUpdate=false;	
	ImpSpaceMode=ISM_PivotVertical;
	ImpDrawMode=IDM_Normal;
	ImpLightMode=ILM_Unlit;	
	LODStyle=10;	
}

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