Navigation
API > API/Runtime > API/Runtime/StaticMeshDescription
| Name | FStaticMeshConstAttributes |
| Type | class |
| Header File | /Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshAttributes.h |
| Include Path | #include "StaticMeshAttributes.h" |
Syntax
class FStaticMeshConstAttributes : public FMeshConstAttributes
Inheritance Hierarchy
- FMeshConstAttributes → FStaticMeshConstAttributes
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStaticMeshConstAttributes
(
const FMeshDescription& InMeshDescription |
StaticMeshAttributes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEdgeAttributesConstRef< bool > GetEdgeHardnesses() |
StaticMeshAttributes.h | ||
TPolygonGroupAttributesConstRef< FName > GetPolygonGroupMaterialSlotNames() |
StaticMeshAttributes.h | ||
TPolygonAttributesConstRef< FName > GetPolygonObjectNames() |
StaticMeshAttributes.h | ||
TTriangleAttributesConstRef< FVector3f > GetTriangleBinormals() |
StaticMeshAttributes.h | ||
TTriangleAttributesConstRef< FVector3f > GetTriangleNormals() |
StaticMeshAttributes.h | ||
TTriangleAttributesConstRef< FVector3f > GetTriangleTangents() |
StaticMeshAttributes.h | ||
TVertexInstanceAttributesConstRef< float > GetVertexInstanceBinormalSigns() |
StaticMeshAttributes.h | ||
TVertexInstanceAttributesConstRef< FVector4f > GetVertexInstanceColors() |
StaticMeshAttributes.h | ||
TVertexInstanceAttributesConstRef< FVector3f > GetVertexInstanceNormals() |
StaticMeshAttributes.h | ||
TVertexInstanceAttributesConstRef< FVector3f > GetVertexInstanceTangents() |
StaticMeshAttributes.h | ||
TVertexInstanceAttributesConstRef< FVector2f > GetVertexInstanceUVs() |
StaticMeshAttributes.h |