Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothVisualizationNoGC
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawWeightMapWithName
(
const FDrawContext& Context, |
When Name is empty, the string stored by the cvar p.ChaosClothVisualization.WeightMapName is used instead | ChaosCloth/ChaosClothVisualization.h | |
void DrawWeightMapWithName
(
FPrimitiveDrawInterface* PDI, |
ChaosCloth/ChaosClothVisualization.h |
DrawWeightMapWithName(const FDrawContext &, const FString &)
Description
When Name is empty, the string stored by the cvar p.ChaosClothVisualization.WeightMapName is used instead
| Name | DrawWeightMapWithName |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothVisualization.h |
| Include Path | #include "ChaosCloth/ChaosClothVisualization.h" |
void DrawWeightMapWithName
(
const FDrawContext & Context,
const FString & Name
) const
DrawWeightMapWithName(FPrimitiveDrawInterface *, const FString &)
| Name | DrawWeightMapWithName |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothVisualization.h |
| Include Path | #include "ChaosCloth/ChaosClothVisualization.h" |
void DrawWeightMapWithName
(
FPrimitiveDrawInterface * PDI,
const FString & Name
) const