Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Lightmass
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULightmappedSurfaceCollection
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Lightmass/LightmappedSurfaceCollection.h |
| Include | #include "Lightmass/LightmappedSurfaceCollection.h" |
Syntax
UCLASS (HideCategories=Object, EditInlineNew, MinimalAPI)
class ULightmappedSurfaceCollection : public UObject
Remarks
Collection of surfaces in a single static lighting mapping.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UModel > | SourceModel | The UModel these surfaces come from. | |
| TArray< int32 > | Surfaces | An array of the surface indices grouped into a single static lighting mapping. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULightmappedSurfaceCollection
(
const FObjectInitializer& ObjectInitializer |