FBCurveEvaluationEvent Class Reference
#include <fbdata.h>
This class is used when an evaluation must be done on your custom tangents. It contains the necessary information to do the evaluation.
Definition at line 864 of file fbdata.h.
Constructor.
- Parameters
-
pEvent | Base event (internal) to obtain information from. |
- Note
- Both Time and KeyIndex are valid and can be used to determine where to evaluate.
FBXSDK_NAMESPACE::FbxAnimCurve* GetFBXCurve |
( |
| ) |
|
Get the FbxAnimCurve to evaluate, used in story tool for read-only clip.
- Returns
- Curve to evaluate if successful, NULL otherwise.
Read Only Property: Curve to evaluate.
Definition at line 880 of file fbdata.h.
Read Only Property: Index of the key to evaluate, a decimal value indicates an evaluation between two keys (e.g.
: 1.25 -> between key 1 and 2 at 25% of the time between key 1 and 2).
Definition at line 878 of file fbdata.h.
Read Only Property: FbxAnimCurveOnly - Type of the left key custom tangent type, -1 if not a custom tangent.
Definition at line 883 of file fbdata.h.
Read Write Property: Write the resulting value in that prorperty.
Definition at line 881 of file fbdata.h.
Read Only Property: FbxAnimCurveOnly - Type of the right key custom tangent type, -1 if not a custom tangent.
Definition at line 884 of file fbdata.h.
Read Only Property: Time to evaluate.
Definition at line 879 of file fbdata.h.
The documentation for this class was generated from the following file: