I don't need to test my programs. I have an error-correcting modem.
UE3:LensFlareSource (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
| 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. |
LensFlare source actor class.
[edit] Properties
[edit] Property group 'LensFlareSource'
[edit] LensFlareComp
Type: LensFlareComponent
Modifiers: editconst, const
Default value: LensFlareComponent'LensFlareComponent0'
[edit] Internal variables
[edit] bCurrentlyActive
Type: bool
Modifiers: repnotify
used to update status of toggleable level placed lens flares on clients
[edit] Default values
[edit] Subobjects
[edit] ArrowComponent0
Class: Engine.ArrowComponent
| Property | Value | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ArrowColor |
|
||||||||||
| ArrowSize | 1.5 | ||||||||||
| bTreatAsASprite | True | ||||||||||
| ReplacementPrimitive | None |
[edit] DrawInnerCone0
Class: Engine.DrawLightConeComponent
| Property | Value |
|---|---|
| ReplacementPrimitive | None |
[edit] DrawOuterCone0
Class: Engine.DrawLightConeComponent
| Property | Value | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ConeColor |
|
||||||||||
| ReplacementPrimitive | None |
[edit] DrawRadius0
Class: Engine.DrawLightRadiusComponent
| Property | Value |
|---|---|
| ReplacementPrimitive | None |
[edit] LensFlareComponent0
Class: Engine.LensFlareComponent
| Property | Value |
|---|---|
| PreviewInnerCone | DrawLightConeComponent'Engine.Default__LensFlareSource:DrawInnerCone0' |
| PreviewOuterCone | DrawLightConeComponent'Engine.Default__LensFlareSource:DrawOuterCone0' |
| PreviewRadius | DrawLightRadiusComponent'Engine.Default__LensFlareSource:DrawRadius0' |
| ReplacementPrimitive | None |
[edit] Sprite
Class: Engine.SpriteComponent
| Property | Value |
|---|---|
| AlwaysLoadOnClient | False |
| AlwaysLoadOnServer | False |
| bIsScreenSizeScaled | True |
| HiddenGame | True |
| ReplacementPrimitive | None |
| ScreenSize | 0.0025 |
| Sprite | Texture2D'EditorResources.S_Emitter' |
[edit] Functions
[edit] Native functions
[edit] SetTemplate
native final function SetTemplate (LensFlare NewTemplate)
[edit] Other instance functions
[edit] OnToggle
simulated function OnToggle (SeqAct_Toggle action)
Handling Toggle event from Kismet.
[edit] SetActorParameter
[edit] SetColorParameter
simulated function SetColorParameter (name ParameterName, Object.LinearColor Param)
[edit] SetExtColorParameter
simulated function SetExtColorParameter (name ParameterName, float Red, float Green, float Blue, float Alpha)
[edit] SetFloatParameter
[edit] SetVectorParameter
simulated function SetVectorParameter (name ParameterName, Object.Vector Param)
