Navigation
API > API/Plugins > API/Plugins/PlanarCut
Auxiliary structure for FPlanarCells to carry material info
| Name | FInternalSurfaceMaterials |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
Syntax
struct FInternalSurfaceMaterials
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGlobalVisibility | bool | PlanarCut.h | ||
| GlobalMaterialID | int32 | PlanarCut.h | ||
| GlobalUVScale | float | PlanarCut.h | ||
| NoiseSettings | TOptional< FNoiseSettings > | PlanarCut.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetDefaultMaterialIDForGeometry
(
const FGeometryCollection& Collection, |
PlanarCut.h | ||
void SetUVScaleFromCollection
(
const GeometryCollection::Facades::FCollectionMeshFacade& CollectionMesh, |
PlanarCut.h |