UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSelectedLightmapSample Struct Reference

#include <LightMap.h>

Public Member Functions

 FSelectedLightmapSample ()
 
 FSelectedLightmapSample (UPrimitiveComponent *InComponent, int32 InNodeIndex, FLightMapRef &InLightmap, FVector InPosition, int32 InLocalX, int32 InLocalY, int32 InMappingSizeX, int32 InMappingSizeY)
 

Public Attributes

UPrimitiveComponent * Component
 
int32 NodeIndex
 
FLightMapRef Lightmap
 
FVector Position
 
int32 LocalX
 
int32 LocalY
 
int32 MappingSizeX
 
int32 MappingSizeY
 

Detailed Description

Stores debug information for a lightmap sample.

Constructor & Destructor Documentation

◆ FSelectedLightmapSample() [1/2]

FSelectedLightmapSample::FSelectedLightmapSample ( )
inline

Default ctor

◆ FSelectedLightmapSample() [2/2]

FSelectedLightmapSample::FSelectedLightmapSample ( UPrimitiveComponent *  InComponent,
int32  InNodeIndex,
FLightMapRef InLightmap,
FVector  InPosition,
int32  InLocalX,
int32  InLocalY,
int32  InMappingSizeX,
int32  InMappingSizeY 
)
inline

Constructor used for a texture lightmap sample

Member Data Documentation

◆ Component

UPrimitiveComponent* FSelectedLightmapSample::Component

◆ Lightmap

FLightMapRef FSelectedLightmapSample::Lightmap

◆ LocalX

int32 FSelectedLightmapSample::LocalX

Position in the texture mapping

◆ LocalY

int32 FSelectedLightmapSample::LocalY

◆ MappingSizeX

int32 FSelectedLightmapSample::MappingSizeX

◆ MappingSizeY

int32 FSelectedLightmapSample::MappingSizeY

◆ NodeIndex

int32 FSelectedLightmapSample::NodeIndex

◆ Position

FVector FSelectedLightmapSample::Position

The documentation for this struct was generated from the following file: