Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/PhysicsInterfaceTypes.h |
| Include | #include "Physics/PhysicsInterfaceTypes.h" |
Syntax
struct FGeometryAddParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDoubleSided | ||
| TArrayView< TSharedPtr< Chaos::FTriangleMeshImplicitObject, ESPMode::ThreadSafe > > | ChaosTriMeshes | ||
| FBodyCollisionData | CollisionData | ||
| ECollisionTraceFlag | CollisionTraceType | ||
| TArrayView< FPhysicalMaterialMaskParams > | ComplexMaterialMasks | ||
| TArrayView< UPhysicalMaterial * > | ComplexMaterials | ||
| FKAggregateGeom * | Geometry | ||
| FTransform | LocalTransform | ||
| FVector | Scale | ||
| UPhysicalMaterial * | SimpleMaterial | ||
| TArrayView< Chaos::FTriangleMeshImplicitObjectPtr > | TriMeshGeometries | ||
| FTransform | WorldTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryAddParams
(
const FGeometryAddParams& Other |