Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothVisualizationNoGC
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawSimMorphTarget
(
const FDrawContext& Context, |
Will draw current morph target (if any) if no name or an invalid name is specified | ChaosCloth/ChaosClothVisualization.h | |
void DrawSimMorphTarget
(
FPrimitiveDrawInterface* PDI, |
Will draw current morph target (if any) if no name or an invalid name is specified | ChaosCloth/ChaosClothVisualization.h |
DrawSimMorphTarget(const FDrawContext &, const FString &)
Description
Will draw current morph target (if any) if no name or an invalid name is specified
| Name | DrawSimMorphTarget |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothVisualization.h |
| Include Path | #include "ChaosCloth/ChaosClothVisualization.h" |
void DrawSimMorphTarget
(
const FDrawContext & Context,
const FString & Name
) const
DrawSimMorphTarget(FPrimitiveDrawInterface *, const FString &)
Description
Will draw current morph target (if any) if no name or an invalid name is specified
| Name | DrawSimMorphTarget |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothVisualization.h |
| Include Path | #include "ChaosCloth/ChaosClothVisualization.h" |
void DrawSimMorphTarget
(
FPrimitiveDrawInterface * PDI,
const FString & Name
) const