![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Stores debug information for a lightmap sample.
|
inline |
Default ctor
|
inline |
Constructor used for a texture lightmap sample
| UPrimitiveComponent* FSelectedLightmapSample::Component |
| FLightMapRef FSelectedLightmapSample::Lightmap |
| int32 FSelectedLightmapSample::LocalX |
Position in the texture mapping
| int32 FSelectedLightmapSample::LocalY |
| int32 FSelectedLightmapSample::MappingSizeX |
| int32 FSelectedLightmapSample::MappingSizeY |
| int32 FSelectedLightmapSample::NodeIndex |
| FVector FSelectedLightmapSample::Position |