/
class Enlighten InputLightBase
This is the documentation for Enlighten.
class Enlighten InputLightBase
class Enlighten::InputLightBase
A base class all light types must derive from to work with any input lighting API.
This is separate from InputLight in order to make it easier for users of the SDK to add new light types.
See Also
EnlightenCustomerLights.h
Variables
Name | Description |
---|---|
bool m_HasChanged | Whether the light has changed since it was last given to the extended direct lighting api. |
const eLightType m_LightType | Type of input light corresponding to an eLightType enum value. |
Geo::u64 m_Padding | Unused (this class is usually extended by one that starts with multiple v128s) |
Functions
Name | Description |
---|---|
InputLightBase(eLightType) | Constructor. |
InputLightBase(eLightType, bool) | Constructor. |
Enlighten::InputLightBase::InputLightBase
protected: InputLightBase
(
eLightType lightType
)
Constructor.
Enlighten::InputLightBase::InputLightBase
protected: InputLightBase
(
eLightType lightType,
bool hasChanged
)
Constructor.
, multiple selections available,
Related content
Use Enlighten in your project
Use Enlighten in your project
More like this
Enlighten light properties
Enlighten light properties
More like this
Welcome to Enlighten
Welcome to Enlighten
More like this
Welcome to Enlighten
Welcome to Enlighten
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
Light from the sky
Light from the sky
More like this