Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FSearchContext
Description
Returns the curve value of name CurveName at an offset time of SampleTimeOffset. If the curve is not found, assume value of 0, which is consistent with curve behavior in the animation update.
| Name | GetSampleCurveValue |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchContext.h |
| Include Path | #include "PoseSearch/PoseSearchContext.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchContext.cpp |
float GetSampleCurveValue
(
float SampleTimeOffset,
const FName & CurveName,
const FRole & SampleRole
)