Go to the source code of this file.
T EvaluatePropertyValue |
( |
FbxProperty & |
pProperty, |
|
|
const FbxTime & |
pTime, |
|
|
bool |
pForceEval |
|
) |
| |
|
inline |
Evaluate the property at the specified time using the template type provided.
- Parameters
-
pProperty | The property to evaluate. |
pTime | The time used for evaluate. |
pForceEval | Force the evaluator to refresh the evaluation state cache even if its already up-to-date. |
- Returns
- The property value at the specified time converted to the template type provided, if possible.
Definition at line 198 of file fbxanimevaluator.h.
200 return pProperty.
GetAnimationEvaluator()->
template GetPropertyValue<T>(pProperty, pTime, pForceEval);
FbxAnimEvaluator * GetAnimationEvaluator() const
Retrieve the proper animation evaluator to use for this property.