Navigation
API > API/Plugins > API/Plugins/PoseSearch
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DebugDrawTrajectory
(
const UWorld* World, |
PoseSearch/PoseSearchTrajectoryTypes.h | ||
void DebugDrawTrajectory
(
FAnimInstanceProxy& AnimInstanceProxy, |
PoseSearch/PoseSearchTrajectoryTypes.h | ||
void DebugDrawTrajectory
(
const UObject* Owner, |
PoseSearch/PoseSearchTrajectoryTypes.h |
DebugDrawTrajectory(const UWorld *, const float, float)
| Name | DebugDrawTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchTrajectoryTypes.h |
| Include Path | #include "PoseSearch/PoseSearchTrajectoryTypes.h" |
void DebugDrawTrajectory
(
const UWorld * World,
const float DebugThickness,
float HeightOffset
) const
DebugDrawTrajectory(FAnimInstanceProxy &, const float, float, int, int)
| Name | DebugDrawTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchTrajectoryTypes.h |
| Include Path | #include "PoseSearch/PoseSearchTrajectoryTypes.h" |
void DebugDrawTrajectory
(
FAnimInstanceProxy & AnimInstanceProxy,
const float DebugThickness,
float HeightOffset,
int MaxHistorySamples,
int MaxPredictionSamples
) const
DebugDrawTrajectory(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const float, float)
| Name | DebugDrawTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchTrajectoryTypes.h |
| Include Path | #include "PoseSearch/PoseSearchTrajectoryTypes.h" |
void DebugDrawTrajectory
(
const UObject * Owner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const float DebugThickness,
float HeightOffset
) const