Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FDebugDrawParams
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawCircle
(
const FMatrix& TransformMatrix, |
PoseSearch/PoseSearchContext.h | ||
void DrawCircle
(
const FVector& Center, |
PoseSearch/PoseSearchContext.h |
DrawCircle(const FMatrix &, float, int32, const FColor &, float)
| Name | DrawCircle |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchContext.h |
| Include Path | #include "PoseSearch/PoseSearchContext.h" |
void DrawCircle
(
const FMatrix & TransformMatrix,
float Radius,
int32 Segments,
const FColor & Color,
float Thickness
) const
DrawCircle(const FVector &, const FVector &, float, int32, const FColor &, float)
| Name | DrawCircle |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchContext.h |
| Include Path | #include "PoseSearch/PoseSearchContext.h" |
void DrawCircle
(
const FVector & Center,
const FVector & UpVector,
float Radius,
int32 Segments,
const FColor & Color,
float Thickness
) const