Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten UE4 3.10 Documentation
Results will update as you type.
  • Welcome to Enlighten
  • How Enlighten works
  • Install and build
  • Beginner tutorials
  • From static to dynamic lighting
  • How actors interact with Enlighten
    • Configure actor types
  • Lightmap lighting
  • Probe lighting
  • Local reflections
  • Change the lighting resolution
  • World properties
  • Level properties
  • Precompute your level
  • Enlighten light properties
  • Light reflected from the sky
  • Material properties
  • Light volumetric fog
  • Turn off Enlighten updates in game
  • Mesh destruction
  • LOD for lighting
  • Real-world sun/sky intensity
  • Collaborate on a level
  • Reserved texture samplers
  • Visualizations and statistics
  • Debug with Enlighten tools
  • Convert to vanilla UE4
  • Troubleshooting and support
  • Third-party licences
  • Release notes
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
How actors interact with Enlighten

    This is the documentation for Enlighten.

    How actors interact with Enlighten

    May 18, 2020

    You can use the Enlighten Lighting Mode property to control how an actor interacts with indirect lighting.

    This is an important way to optimize your level. It:

    • makes the precompute faster
    • reduces the latency of indirect lighting updates in game mode

    Radiosity: include or exclude

    You can choose whether or not to include each actor in Enlighten radiosity computations. Excluded actors have no effect on the indirect lighting result, but can still be lit by indirect lighting.

    To speed up the precompute, choose to exclude actors that have no significant effect on the bounce lighting. See the Beginner tutorials for more information.

    The actors in your level that have a fixed shape and position are static. The actors that can move during gameplay are non-static.

    Actors that are static are included by default. For example:

    • large architectural features such as terrain and buildings
    • smaller props such as furniture, debris or foliage

    Actors that are non-static are excluded by default. For example:

    • objects that move around the world during gameplay
    • objects that deform during gameplay, such as skeletal meshes

    If an actor that moves during gameplay were included in Enlighten radiosity computations, the indirect lighting might look obviously incorrect.

    Lighting: lightmaps or probes

    You can choose to light each actor using either lightmaps or probes. Which method is best depends on the mesh.

    To speed up the precompute, choose to use probe lighting for actors that cannot be lit efficiently using a lightmap. See the Beginner tutorials for more information.

    Lightmaps provide efficient lighting for:

    • meshes with surface area (or groups of meshes with combined surface area) larger than the lightmap pixel size
    • meshes with simple topology easily unwrapped to a flat surface, such as terrain and buildings

    Probes provide efficient lighting for:

    • meshes that are relatively small, and so can be lit effectively using a limited number of samples per mesh
    • meshes with complex topology that isn't easily unwrapped to a flat surface, such as foliage or body parts

    Actors that move during gameplay are always lit using probes. Landscape and Geometry Brush actors are always lit using lightmaps.

    Choose a lighting mode

    To set the lighting mode for a mesh, under Details, under, use the Lighting Mode menu.

    Lighting Mode

    RadiosityLightingExample use
    Contribute Lightmap(tick)LightmapsSimple meshes that reflect a noticeable amount of light, such as floors and walls
    Contribute Probe(tick)ProbesComplex meshes that reflect a noticeable amount of light, such as larger trees
    Probe(error)ProbesSmall meshes that don't reflect a noticeable amount of light, such as small furniture or decorative objects
    Detail(error)Lightmaps¹Meshes directly on surfaces, such as debris or posters (see Shared lightmaps)
    Disabled(error)UnlitThe sky sphere

    ¹ Actors using the Detail lighting mode automatically share nearby lightmaps.

    This applies to all standard actor types, including Static Mesh Actors, Landscape, Geometry Brushes, Instanced Foliage and Landscape Spline Meshes.

    The set of lighting modes available is different depending on the type of actor.

    Actor TypeLighting Modes
    Static Mesh ActorAll
    Instanced FoliageAll except Contribute Lightmap
    LandscapeOnly Contribute Lightmap
    Landscape Spline MeshAll
    Geometry BrushOnly Contribute Lightmap
    other actorsOnly Probe
    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "0c8c9e273d7c431e9b375eb53d703c7a"}