Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FGeometryCollectionConvexPropertiesInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConvexPropertiesInterface.h" |
Syntax
class FGeometryCollectionConvexPropertiesInterface : public FManagedArrayInterface
Inheritance Hierarchy
- FManagedArrayInterface → FGeometryCollectionConvexPropertiesInterface
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionConvexPropertiesInterface
(
FManagedArrayCollection* InGeometryCollection |
GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
Structs
| Name | Remarks |
|---|---|
| FConvexCreationProperties |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FManagedArrayInterface | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConvexCanExceedFractionAttribute | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexEnable | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexFractionRemoveAttribute | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexIndexAttribute | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexPropertiesGroup | const FName | Convex Properties Group Name. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexRemoveOverlapsMethodAttribute | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexRemoveOverlapsShrinkAttribute | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
| ConvexSimplificationThresholdAttribute | const FName | Attribute. | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ManagedCollection | FManagedArrayCollection * | GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConvexCreationProperties GetConvexProperties
(
int TransformGroupIndex |
GeometryCollection/GeometryCollectionConvexPropertiesInterface.h | ||
void SetConvexProperties
(
const FConvexCreationProperties&, |
GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |
Overridden from FManagedArrayInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CleanInterfaceForCook() |
GeometryCollection/GeometryCollectionConvexPropertiesInterface.h | ||
virtual void InitializeInterface() |
GeometryCollection/GeometryCollectionConvexPropertiesInterface.h | ||
virtual void RemoveInterfaceAttributes() |
GeometryCollection/GeometryCollectionConvexPropertiesInterface.h |