Navigation
API > API/Plugins > API/Plugins/ChaosFlesh > API/Plugins/ChaosFlesh/FFleshCollectionFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ComponentSpaceVertices
(
TArray< FVector3f >& OutComponentSpaceVertices |
All the vertices mapped into component space. | ChaosFlesh/ChaosFleshCollectionFacade.h | |
void ComponentSpaceVertices
(
TArray< FVector3f >& OutComponentSpaceVertices, |
Range of vertices mapped into component space | ChaosFlesh/ChaosFleshCollectionFacade.h |
ComponentSpaceVertices(TArray< FVector3f > &)
Description
All the vertices mapped into component space.
| Name | ComponentSpaceVertices |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFlesh/Public/ChaosFlesh/ChaosFleshCollectionFacade.h |
| Include Path | #include "ChaosFlesh/ChaosFleshCollectionFacade.h" |
| Source | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFlesh/Private/ChaosFlesh/ChaosFleshCollectionFacade.cpp |
void ComponentSpaceVertices
(
TArray < FVector3f > & OutComponentSpaceVertices
) const
ComponentSpaceVertices(TArray< FVector3f > &, int32, int32)
Description
Range of vertices mapped into component space
| Name | ComponentSpaceVertices |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFlesh/Public/ChaosFlesh/ChaosFleshCollectionFacade.h |
| Include Path | #include "ChaosFlesh/ChaosFleshCollectionFacade.h" |
| Source | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFlesh/Private/ChaosFlesh/ChaosFleshCollectionFacade.cpp |
void ComponentSpaceVertices
(
TArray < FVector3f > & OutComponentSpaceVertices,
int32 Start,
int32 Count
) const