UPrimitiveComponent::GetStaticLightingInfo

Requests the information about the component that the static lighting system needs.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h

Include

#include "Components/PrimitiveComponent.h"

Syntax

virtual void GetStaticLightingInfo
(
    struct FStaticLightingPrimitiveInfo & OutPrimitiveInfo,
    const TArray< class ULightComponent * > & InRelevantLights,
    const class FLightingBuildOptions & Options
)

Remarks

Requests the information about the component that the static lighting system needs.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss