UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RectLightComponent.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Engine/EngineTypes.h"
#include "Engine/Scene.h"
#include "Components/LocalLightComponent.h"
#include "RectLightComponent.generated.h"

Go to the source code of this file.

Functions

float ENGINE_API GetRectLightBarnDoorMaxAngle ()
 
void ENGINE_API CalculateRectLightCullingBarnExtentAndDepth (float Size, float Length, float AngleRad, float Radius, float &OutExtent, float &OutDepth)
 
void ENGINE_API CalculateRectLightBarnCorners (float SourceWidth, float SourceHeight, float BarnExtent, float BarnDepth, TStaticArray< FVector, 8 > &OutCorners)
 

Function Documentation

◆ CalculateRectLightBarnCorners()

void ENGINE_API CalculateRectLightBarnCorners ( float  SourceWidth,
float  SourceHeight,
float  BarnExtent,
float  BarnDepth,
TStaticArray< FVector, 8 > &  OutCorners 
)

◆ CalculateRectLightCullingBarnExtentAndDepth()

void ENGINE_API CalculateRectLightCullingBarnExtentAndDepth ( float  Size,
float  Length,
float  AngleRad,
float  Radius,
float OutExtent,
float OutDepth 
)

◆ GetRectLightBarnDoorMaxAngle()

float ENGINE_API GetRectLightBarnDoorMaxAngle ( )