#include <ComposableCameraIndoorSurfaceTypes.h>
Full-fidelity indoor surface source data used by the editor tool. Future simplification must never overwrite this authoring source.
Public Attributes¶
| Return | Name | Description |
|---|---|---|
TArray< FVector3f > |
Vertices |
Local-space authoring vertices. |
TArray< int32 > |
Indices |
Triangle indices. |
TArray< FGuid > |
TriangleLayerIds |
Stable layer GUID per triangle. |
Public Methods¶
| Return | Name | Description |
|---|---|---|
void |
Reset inline |
Clears authoring data. |
bool |
IsConsistent const inline |
Validates triangle/index array shape. |
Vertices¶
TArray< FVector3f > Vertices
Indices¶
TArray< int32 > Indices
TriangleLayerIds¶
TArray< FGuid > TriangleLayerIds
Reset¶
inline
inline void Reset()
IsConsistent¶
const inline
inline bool IsConsistent() const