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

Engine.SpotLightComponent

Extends
PointLightComponent
Modifiers
native collapsecategories hidecategories ( Object ) editinlinenew

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

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.ActorComponent
      |   
      +-- Engine.LightComponent
         |   
         +-- Engine.PointLightComponent
            |   
            +-- Engine.SpotLightComponent

Variables Summary
DrawLightConeComponentPreviewInnerCone
DrawLightConeComponentPreviewOuterCone
SpotLightComponent
floatInnerConeAngle
floatOuterConeAngle
Inherited Variables from Engine.PointLightComponent
CachedParentToWorld, FalloffExponent, PreviewLightRadius, Radius, ShadowFalloffExponent, ShadowRadiusMultiplier, Translation
Inherited Variables from Engine.LightComponent
bCanAffectDynamicPrimitivesOutsideDynamicChannel, bCastCompositeShadow, bEnabled, bForceDynamicLight, bHasLightEverBeenBuiltIntoLightMap, bOnlyAffectSameAndSpecifiedLevels, Brightness, bUseVolumes, CastDynamicShadows, CastShadows, CastStaticShadows, ExclusionConvexVolumes, ExclusionVolumes, Function, InclusionConvexVolumes, InclusionVolumes, LightAffectsClassification, LightColor, LightEnvironment, LightGuid, LightingChannels, LightListIndex, LightmapGuid, LightShadowMode, LightToWorld, MaxShadowResolution, MinShadowResolution, ModShadowColor, ModShadowFadeoutExponent, ModShadowFadeoutTime, OtherLevelsToAffect, RequireDynamicShadows, SceneInfo, ShadowFilterQuality, ShadowProjectionTechnique, UseDirectLightMap, WorldToLight

Enumerations Summary
Inherited Enumerations from Engine.LightComponent
ELightAffectsClassification, ELightShadowMode, EShadowFilterQuality, EShadowProjectionTechnique

Structures Summary
Inherited Structures from Engine.LightComponent
LightingChannelContainer

Functions Summary
Inherited Functions from Engine.PointLightComponent
SetTranslation
Inherited Functions from Engine.LightComponent
GetDirection, GetOrigin, OnUpdatePropertyBrightness, OnUpdatePropertyLightColor, SetEnabled, SetLightProperties, UpdateColorAndBrightness


Variables Detail

PreviewInnerCone Source code

var const DrawLightConeComponent PreviewInnerCone;

PreviewOuterCone Source code

var const DrawLightConeComponent PreviewOuterCone;

SpotLightComponent

InnerConeAngle Source code

var(SpotLightComponent) float InnerConeAngle;

OuterConeAngle Source code

var(SpotLightComponent) float OuterConeAngle;


Defaultproperties

defaultproperties
{
   OuterConeAngle=44.000000
   Name="Default__SpotLightComponent"
   ObjectArchetype=PointLightComponent'Engine.Default__PointLightComponent'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:44.674 - Created with UnCodeX