Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
virtual void GetStaticLightingInfo
&40;
struct FStaticLightingPrimitiveInfo & OutPrimitiveInfo,
const TArray< class ULightComponent &42; > & InRelevantLights,
const class FLightingBuildOptions & Options
&41;
Remarks
Requests the information about the component that the static lighting system needs.
Parameters
| Name | Description |
|---|---|
| OutPrimitiveInfo | Upon return, contains the component's static lighting information. |
| InRelevantLights | The lights relevant to the primitive. |
| InOptions | The options for the static lighting build. |