Point Light Source
Asset location: CloudsLighting/Blueprints/LightSources/BP_VolumetricPointLight.
Light source with a spherical shape.

Properties
| Property | Type | Description |
|---|---|---|
| Source Radius | float | Radius of the light source sphere. |
| Color | Linear Color | Light source color. |
| Intensity | float | Light source intensity. |
| Falloff Type | Enum | Light source falloff type (Exponential / Inverse square). |
| Falloff Mult | float | Intensity falloff multiplier (defines attenuation of the light). |
| Is Enabled | bool | Whether the light source is enabled in game. |