Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FGeometryCollectionConvexUtility
Description
Get the HasCustomConvex flags. If they're missing, either add them (if bAddIfMissing) or return nullptr
| Name | GetCustomConvexFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConvexUtility.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollectionConvexUtility.cpp |
static TManagedArray < int32 > * GetCustomConvexFlags
(
FGeometryCollection * GeometryCollection,
bool bAddIfMissing
)