Navigation
API > API/Runtime > API/Runtime/StaticMeshDescription
Inheritance Hierarchy
- FMeshAttributes
- FStaticMeshAttributes
- FSkeletalMeshAttributes
References
| Module | StaticMeshDescription |
| Header | /Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshAttributes.h |
| Include | #include "StaticMeshAttributes.h" |
Syntax
class FStaticMeshAttributes : public FMeshAttributes
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStaticMeshAttributes
(
FMeshDescription& InMeshDescription |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TEdgeAttributesRef< bool > | |||
| TEdgeAttributesConstRef< bool > | |||
| TPolygonGroupAttributesConstRef< FName > | |||
| TPolygonGroupAttributesRef< FName > | |||
| TTriangleAttributesRef< FVector3f > | |||
| TTriangleAttributesConstRef< FVector3f > | |||
| TTriangleAttributesRef< FVector3f > | |||
| TTriangleAttributesConstRef< FVector3f > | |||
| TTriangleAttributesRef< FVector3f > | |||
| TTriangleAttributesConstRef< FVector3f > | |||
| TVertexInstanceAttributesRef< float > | |||
| TVertexInstanceAttributesConstRef< float > | |||
| TVertexInstanceAttributesRef< FVector4f > | |||
| TVertexInstanceAttributesConstRef< FVector4f > | |||
| TVertexInstanceAttributesConstRef< FVector3f > | |||
| TVertexInstanceAttributesRef< FVector3f > | |||
| TVertexInstanceAttributesConstRef< FVector3f > | |||
| TVertexInstanceAttributesRef< FVector3f > | |||
| TVertexInstanceAttributesConstRef< FVector2f > | |||
| TVertexInstanceAttributesRef< FVector2f > | |||
| bool | IsReservedAttributeName
(
const FName InAttributeName |
||
| void |
Overridden from FMeshAttributes
| Type | Name | Description | |
|---|---|---|---|
| void | Register
(
bool bKeepExistingAttribute |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| TEdgeAttributesRef< float > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TEdgeAttributesConstRef< float > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesConstRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesConstRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesConstRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TPolygonAttributesConstRef< FVector3f > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TVertexAttributesRef< float > | This attribute is no longer supported, please remove code pertaining to it. | ||
| TVertexAttributesConstRef< float > | This attribute is no longer supported, please remove code pertaining to it. | ||
| void | Please use RegisterTriangleNormalAndTangentAttributes() instead. |