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

Engine.SpriteComponent

Extends
PrimitiveComponent
Modifiers
native collapsecategories hidecategories ( Object ) editinlinenew

Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.ActorComponent
      |   
      +-- Engine.PrimitiveComponent
         |   
         +-- Engine.SpriteComponent

Direct Known Subclasses:

DynamicSpriteComponent

Variables Summary
SpriteComponent
boolbIsScreenSizeScaled
floatScreenSize
Texture2DSprite
floatU
floatUL
floatV
floatVL
Inherited Variables from Engine.PrimitiveComponent
AbsoluteRotation, AbsoluteScale, AbsoluteTranslation, AlwaysCheckCollision, AlwaysLoadOnClient, AlwaysLoadOnServer, bAcceptsDecals, bAcceptsDecalsDuringGameplay, bAcceptsDynamicDecals, bAcceptsDynamicDominantLightShadows, bAcceptsDynamicLights, bAcceptsLights, bAcceptsStaticDecals, bAllowAmbientOcclusion, bAllowApproximateOcclusion, bAllowCullDistanceVolume, bAllowDecalAutomaticReAttach, bAllowShadowFade, bBlockFootPlacement, bCastDynamicShadow, bCastHiddenShadow, bCastShadowAsTwoSided, bCastStaticShadow, bCullModulatedShadowOnBackfaces, bCullModulatedShadowOnEmissive, bDisableAllRigidBody, bFirstFrameOcclusion, bFluidDrain, bFluidTwoWay, bForceDirectLightMap, bForceMipStreaming, bHasExplicitShadowParent, bIgnoreForceField, bIgnoreHiddenActorsMembership, bIgnoreNearPlaneIntersection, bIgnoreOwnerHidden, bIgnoreRadialForce, bIgnoreRadialImpulse, bIsRefreshingDecals, BlockActors, BlockNonZeroExtent, BlockRigidBody, BlockZeroExtent, bNotifyRigidBodyCollision, BodyInstance, bOnlyOwnerSee, Bounds, BoundsScale, bOwnerNoSee, bSelectable, bSelfShadowOnly, bSkipRBGeomCreation, bUseAsOccluder, bUseCompartment, bUseOnePassLightingOnTranslucency, bUsePrecomputedShadows, bUseViewOwnerDepthPriorityGroup, bWasSNFiltered, CachedCullDistance, CachedMaxDrawDistance, CachedParentToWorld, CanBlockCamera, CastShadow, CollideActors, CullDistance, DecalList, DecalsToReattach, DepthPriorityGroup, DetachFence, DetailMode, FogVolumeComponent, HiddenEditor, HiddenGame, LastRenderTime, LastSubmitTime, LightEnvironment, LightingChannels, LocalToWorld, LocalToWorldDeterminant, MassiveLODDistance, MaxDrawDistance, MinDrawDistance, MotionBlurInfoIndex, MotionBlurScale, OctreeNodes, OverrideLightComponent, PhysMaterialOverride, PreviewEnvironmentShadowing, PreviousLightEnvironment, RBChannel, RBCollideWithChannels, RBDominanceGroup, ReplacementPrimitive, Rotation, Scale3D, Scale, SceneInfo, ScriptRigidBodyCollisionThreshold, ShadowParent, Tag, Translation, TranslucencySortPriority, ViewOwnerDepthPriorityGroup, VisibilityId
Inherited Variables from Engine.ActorComponent
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup

Enumerations Summary
Inherited Enumerations from Engine.PrimitiveComponent
ERadialImpulseFalloff, ERBCollisionChannel, GJKResult

Structures Summary
Inherited Structures from Engine.PrimitiveComponent
MaterialViewRelevance, RBCollisionChannelContainer

Functions Summary
function SetSprite (Texture2D NewSprite)
function SetSpriteAndUV (Texture2D NewSprite, int NewU, int NewUL, int NewV, int NewVL)
function SetUV (int NewU, int NewUL, int NewV, int NewVL)
Inherited Functions from Engine.PrimitiveComponent
AddForce, AddImpulse, AddRadialForce, AddRadialImpulse, AddTorque, ClosestPointOnComponentToComponent, ClosestPointOnComponentToPoint, GetPosition, GetRootBodyInstance, GetRotation, InitRBPhys, PutRigidBodyToSleep, RetardRBLinearVelocity, RigidBodyIsAwake, SetAbsolute, SetActorCollision, SetBlockRigidBody, SetCullDistance, SetDepthPriorityGroup, SetHidden, SetIgnoreOwnerHidden, SetLightEnvironment, SetLightingChannels, SetNotifyRigidBodyCollision, SetOnlyOwnerSee, SetOwnerNoSee, SetPhysMaterialOverride, SetRBAngularVelocity, SetRBChannel, SetRBCollidesWithChannel, SetRBCollisionChannels, SetRBDominanceGroup, SetRBLinearVelocity, SetRBPosition, SetRBRotation, SetRotation, SetScale, SetScale3D, SetShadowParent, SetTraceBlocking, SetTranslation, SetViewOwnerDepthPriorityGroup, ShouldComponentAddToScene, WakeRigidBody
Inherited Functions from Engine.ActorComponent
DetachFromAny, ForceUpdate, SetComponentRBFixed, SetTickGroup


Variables Detail

SpriteComponent

bIsScreenSizeScaled Source code

var(SpriteComponent) bool bIsScreenSizeScaled;

ScreenSize Source code

var(SpriteComponent) float ScreenSize;

Sprite Source code

var(SpriteComponent) Texture2D Sprite;

U Source code

var(SpriteComponent) float U;

UL Source code

var(SpriteComponent) float UL;

V Source code

var(SpriteComponent) float V;

VL Source code

var(SpriteComponent) float VL;


Functions Detail

SetSprite Source code

simulated native function SetSprite ( Texture2D NewSprite )
Change the sprite texture used by this component

SetSpriteAndUV Source code

simulated native function SetSpriteAndUV ( Texture2D NewSprite, int NewU, int NewUL, int NewV, int NewVL )
Change the sprite texture and UVs used by this component

SetUV Source code

simulated native function SetUV ( int NewU, int NewUL, int NewV, int NewVL )
Change the UVs used by this component


Defaultproperties

defaultproperties
{
	Sprite=Texture2D'EditorResources.S_Actor'
	bIsScreenSizeScaled=false
	ScreenSize=0.1
	U=0
	V=0
	UL=0
	VL=0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:57.594 - Created with UnCodeX