Navigation
Unreal Engine C++ API Reference > Runtime > PhysicsCore > PhysicalMaterials
References
Module | PhysicsCore |
Header | /Engine/Source/Runtime/PhysicsCore/Public/PhysicalMaterials/PhysicalMaterial.h |
Include | #include "PhysicalMaterials/PhysicalMaterial.h" |
Syntax
struct FPhysicalMaterialStrength
Remarks
Defines the directional strengths of a physical material in term of force per surface area
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | CompressionStrength | Compression strength of the material in MegaPascal ( 10^6 N/m2 ) This amount of compression force per area the material can withstand before it fractures, crumbles or buckles |
![]() |
float | ShearStrength | Shear strength of the material in MegaPascal ( 10^6 N/m2 ) This amount of shear force per area the material can withstand before it fractures |
![]() |
float | TensileStrength | Tensile strength of the material in MegaPascal ( 10^6 N/m2 ) This amount of tension force per area the material can withstand before it fractures |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |