UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysicsGeometry.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
8struct FKSphereElem;
9
10class UBodySetup;
11
14{
16
17private:
18 FVector Scale3D;
19 const FTransform& RelativeTM;
20
21 float MinScaleAbs;
22 float MinScale;
23 FVector ShapeScale3DAbs;
24 FVector ShapeScale3D;
25
26 float ContactOffsetFactor;
27 float MinContactOffset;
28 float MaxContactOffset;
29
30 bool bDoubleSidedTriMeshGeo;
31};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition BodySetup.h:128
Definition PhysicsGeometry.h:14
ENGINE_API FBodySetupShapeIterator()
Definition SphereElem.h:15