Hello guys
Many people want to know how to make a flashlight in UDK. So here is a variant how to make one:
Note:
This is the important code part:
Many people want to know how to make a flashlight in UDK. So here is a variant how to make one:
Note:
This is the important code part:
Code:
} begin object Class=SpotLightComponent Name=SpotLightComponent0 Radius=1000 Brightness=3 LightColor=(R=255,G=240,B=190) CastShadows=false end object Components.Add(SpotLightComponent0) }
Comment