UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPhysicalMaterialStrength Struct Reference

#include <PhysicalMaterial.h>

Public Member Functions

 FPhysicalMaterialStrength ()
 

Public Attributes

float TensileStrength
 
float CompressionStrength
 
float ShearStrength
 

Detailed Description

Defines the directional strengths of a physical material in term of force per surface area

Constructor & Destructor Documentation

◆ FPhysicalMaterialStrength()

FPhysicalMaterialStrength::FPhysicalMaterialStrength ( )

Member Data Documentation

◆ CompressionStrength

float FPhysicalMaterialStrength::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

◆ ShearStrength

float FPhysicalMaterialStrength::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

◆ TensileStrength

float FPhysicalMaterialStrength::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


The documentation for this struct was generated from the following files: