Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/Roles
Inheritance Hierarchy
- FLiveLinkBaseStaticData
- FLiveLinkTransformStaticData
- FLiveLinkLightStaticData
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/Roles/LiveLinkLightTypes.h |
| Include | #include "Roles/LiveLinkLightTypes.h" |
Syntax
struct FLiveLinkLightStaticData : public FLiveLinkTransformStaticData
Remarks
Static data for Light data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAttenuationRadiusSupported | Whether AttenuationRadius can be used in the frame data. Only used for spot lights. | |
| bool | bIsInnerConeAngleSupported | Whether InnerConeAngle can be used in the frame data. Only used for spot lights. | |
| bool | bIsIntensitySupported | Whether Intensity can be used in the frame data. | |
| bool | bIsLightColorSupported | Whether LightColor can be used in the frame data. | |
| bool | bIsOuterConeAngleSupported | Whether OuterConeAngle can be used in the frame data. Only used for spot lights. | |
| bool | bIsSoftSourceRadiusSupported | Whether SoftSourceRadius can be used in the frame data. Only used for spot lights. | |
| bool | bIsSourceLenghtSupported | Whether SourceLength can be used in the frame data. Only used for spot lights. | |
| bool | bIsSourceRadiusSupported | Whether SourceRadius can be used in the frame data. Only used for spot lights. | |
| bool | bIsTemperatureSupported | Whether Temperature can be used in the frame data. |