Navigation
API > API/Runtime > API/Runtime/StaticMeshDescription
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMeshDescriptionBase
- UStaticMeshDescription
References
| Module | StaticMeshDescription |
| Header | /Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshDescription.h |
| Include | #include "StaticMeshDescription.h" |
Syntax
class UStaticMeshDescription : public UMeshDescriptionBase
Remarks
A wrapper for MeshDescription, customized for static meshes
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CreateCube
(
FVector Center, |
||
| TEdgeAttributesConstRef< bool > | |||
| TEdgeAttributesRef< bool > | |||
| TPolygonGroupAttributesConstRef< FName > | |||
| TPolygonGroupAttributesRef< FName > | |||
| TVertexInstanceAttributesRef< float > | |||
| TVertexInstanceAttributesConstRef< float > | |||
| TVertexInstanceAttributesRef< FVector4f > | |||
| TVertexInstanceAttributesConstRef< FVector4f > | |||
| TVertexInstanceAttributesRef< FVector3f > | |||
| TVertexInstanceAttributesConstRef< FVector3f > | |||
| TVertexInstanceAttributesRef< FVector3f > | |||
| TVertexInstanceAttributesConstRef< FVector3f > | |||
| FVector2D | GetVertexInstanceUV
(
FVertexInstanceID VertexInstanceID, |
||
| TVertexInstanceAttributesRef< FVector2f > | |||
| TVertexInstanceAttributesConstRef< FVector2f > | |||
| void | SetPolygonGroupMaterialSlotName
(
FPolygonGroupID PolygonGroupID, |
||
| void | SetVertexInstanceUV
(
FVertexInstanceID VertexInstanceID, |
Overridden from UMeshDescriptionBase
| Type | Name | Description | |
|---|---|---|---|
| FStaticMeshAttributes & | |||
| const FStaticMeshAttributes & | |||
| void | Register attributes required by static mesh description |
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. | ||
| 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. |