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 API 4.03 Documentation
Results will update as you type.
  • class Enlighten UpdateLightOptions
  • class Enlighten UpdateManagerLight
  • class Enlighten UpdateManagerProperties
  • class Enlighten UpdateManagerWorkerProperties
  • class Enlighten Vertex2D
  • class Enlighten VisibilityBuffer
  • class Enlighten WorkerFunctionCommand
  • class Enlighten WorkerFunctionParameterCommand
  • class Enlighten WorkerFunctionTwoParametersCommand
  • class Enlighten WorkerFunctorCommand
  • class Enlighten WorkerObjectFunctionCommand
  • class Enlighten WorkerThreadData
  • class Enlighten WorkspaceAllocator
  • namespace Enlighten Errors
  • namespace Enlighten Helpers
  • namespace Enlighten Iff
  • namespace Enlighten InputLightingValidation
  • namespace Enlighten Itt
  • namespace Enlighten OutputTextureState
  • namespace Enlighten UE4
  • namespace Enlighten Version
  • struct Enlighten AllFilter
  • struct Enlighten BakeInputTexture
  • struct Enlighten CachedLightSelector
  • struct Enlighten CachedLightWriter
  • struct Enlighten CanQuickShade
  • struct Enlighten CanQuickShade< LIGHT_TYPE_DIRECTIONAL_LIGHT >
  • struct Enlighten CountLightSizeVisitor
  • struct Enlighten CullCluster
  • struct Enlighten CullClusterGroup
  • struct Enlighten CullingIterator
  • struct Enlighten CullingIterator< LIGHT_TYPE_INVALID, Culler >
  • struct Enlighten CullSystem
  • struct Enlighten ExcludeQuickShadeFilter
  • struct Enlighten HashLightVisitor
  • struct Enlighten InstanceDescMinimal
  • struct Enlighten LightSelector
  • struct Enlighten LightTypeInfo
  • struct Enlighten NullSurroundingsSampler
  • struct Enlighten PipelineInstanceMaterial
  • struct Enlighten PipelineMaterial
  • struct Enlighten PipelineRadiosityProperties
  • struct Enlighten PipelineWorldAxes
  • struct Enlighten PixelBarycentricWeights
  • struct Enlighten PixelCoord
  • struct Enlighten PointProjectionVertex
  • struct Enlighten PppiAtlasFootprint
  • struct Enlighten PppiAtlasMaxima
  • struct Enlighten PppiAtlasUpdateData
  • struct Enlighten PppiAtlasUpdateRequirements
  • struct Enlighten PppiClipmapUpdateData
  • struct Enlighten PppiClipmapUpdateRequirements
  • struct Enlighten PppiConfiguration
  • struct Enlighten PppiIrradiance
  • struct Enlighten PppiIrradiance16
  • struct Enlighten PppiOutputTextureRequirements
  • struct Enlighten PppiProbeSetState
  • struct Enlighten PppiShaderParameters
  • struct Enlighten PppiUpdateData
  • struct Enlighten PppiVolumeTextureInfo
  • struct Enlighten PrecisionHint
  • struct Enlighten PrecompMeshIdentifier
  • struct Enlighten ProbeBucketPattern
  • struct Enlighten QuickShadeOnlyFilter
  • struct Enlighten Rgba32Gamma
  • struct Enlighten SelectAll
  • struct Enlighten SelectCulled
  • struct Enlighten SelectUnculled
  • struct Enlighten SetSystemSolutionSpacesCommand
  • struct Enlighten ShadeFourSamplesOperator
  • struct Enlighten ShadeQuadOperator
  • struct Enlighten SortedLightsOperator
  • struct Enlighten SortedLightsVisibilityIdxWriter
  • struct Enlighten SortedLightsVisitor
  • struct Enlighten SortedLightsVisitor< LIGHT_TYPE_INVALID, Op, LightTypeFilter >
  • struct Enlighten SurfaceColourDynamicity
  • struct Enlighten TextureResolutionScale
  • struct Enlighten TextureSubSection
  • struct Enlighten TransformedBounds
  • struct Enlighten TransparencySurroundingsSampler
  • struct Enlighten TransparencyVolumeBase
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
struct Enlighten PipelineMaterial

    This is the documentation for Enlighten.

    struct Enlighten PipelineMaterial

    Sept 09, 2025

    struct Enlighten::PipelineMaterial

    The properties of an Enlighten material that are relevant to radiosity.

    Note that albedo/emissive are not required by the precompute and included for debugging purposes only.

    Variables

    Name Description
    ePrecompMaterialBackfaceBehaviourType m_BackfaceType

    The way Enlighten interprets the backfaces of surfaces using the material.

    Geo::GeoVector4 m_DynamicAlbedo

    The uniform albedo colour of the material. This value is used only for debugging and has no effect on the precompute.

    Geo::GeoVector4 m_DynamicEmissive

    The uniform emissive colour of the material. This value is used only for debugging and has no effect on the precompute.

    bool m_Emissive

    True if the material is intended to emit light.

    float m_IndirectReflectivity

    The proportion of incoming indirect light that is reflected by surfaces using the material.

    float m_IndirectTransparency

    The proportion of incoming indirect light that passes through surfaces using the material.

    Functions

    Name Description
    Opaque()

    The default values used by the HLBS if a material attribute is left unspecified.

    Thin()

    An opaque material which represents a thin surface of which both sides are visible.

    Translucent()

    A translucent material which reflects only 50% of the light hitting it.

    Transmit()

    An opaque material which reflects 50% and transmits 50% of the light hitting it.

    Friends

    Name Description
    friend bool operator!=(const PipelineMaterial &left, const PipelineMaterial &right)

    Returns true if left is not equal to right.

    friend bool operator==(const PipelineMaterial &left, const PipelineMaterial &right)

    Returns true if left is equal to right.


    static PipelineMaterial Enlighten::PipelineMaterial::Opaque


    public: PipelineMaterial Opaque()


    The default values used by the HLBS if a material attribute is left unspecified.


    static PipelineMaterial Enlighten::PipelineMaterial::Thin


    public: PipelineMaterial Thin()


    An opaque material which represents a thin surface of which both sides are visible.


    static PipelineMaterial Enlighten::PipelineMaterial::Translucent


    public: PipelineMaterial Translucent()


    A translucent material which reflects only 50% of the light hitting it.


    static PipelineMaterial Enlighten::PipelineMaterial::Transmit


    public: PipelineMaterial Transmit()


    An opaque material which reflects 50% and transmits 50% of the light hitting it.

    , multiple selections available,
    {"serverDuration": 12, "requestCorrelationId": "efaca3dc9ecb4b1ba664a4a631027bbe"}