
- Версия Unreal Engine
- 5.6
The plugin adds realistic light sources for 2D clouds or volumetric clouds.
It is also usable for particle systems, where large and cheap light sources are needed (smoke/fog/etc.)
Light sources include a bunch of customizable parameters:
- intensity;
- color;
- attenuation;
- falloff type (exponential/inverse square);
- etc.
All parameters are accessible via Blueprints/C++ API and sequencer.
The plugin contains different light source types:
- PointLight
- SpotLight
Light sources do not cast shadows for now.
Technical Details
Features:- Easy setup
- No external dependencies
- Unlimited lighting area
- Customizable parameters
- Network replicated
- Compatible with any material
- CloudsLighting [Runtime]
Number of C++ Classes: 4
Network Replicated: Yes