UPoseAsset::GetCurveValue

Return value of a curve for a particular pose

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/PoseAsset.h

Include

#include "Animation/PoseAsset.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/PoseAsset.cpp

Syntax

bool GetCurveValue
(
    const int32 PoseIndex,
    const int32 CurveIndex,
    float & OutValue
) const

Remarks

Return value of a curve for a particular pose

Returns

Returns true if OutValue is valid, false if not

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss