Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/Roles
Inheritance Hierarchy
- FLiveLinkBaseFrameData
- FLiveLinkTransformFrameData
- FLiveLinkLightFrameData
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkLightTypes.h |
| Include | #include "Roles/LiveLinkLightTypes.h" |
Syntax
struct FLiveLinkLightFrameData : public FLiveLinkTransformFrameData
Remarks
Dynamic data for light.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AttenuationRadius | Light visible influence. Works for Pointlight and Spotlight. | |
| float | InnerConeAngle | Inner cone angle in degrees for a Spotlight. | |
| float | Intensity | Total energy that the light emits in lux. | |
| FColor | LightColor | Filter color of the light. | |
| float | OuterConeAngle | Outer cone angle in degrees for a Spotlight. | |
| float | SoftSourceRadius | Soft radius of light source shape. Works for Pointlight and Spotlight. | |
| float | SourceLength | Length of light source shape. Works for Pointlight and Spotlight. | |
| float | SourceRadius | Radius of light source shape. Works for Pointlight and Spotlight. | |
| float | Temperature | Color temperature in Kelvin of the blackbody illuminant. |