This class is used when an evaluation must be done on your custom tangents. It contains the necessary information to do the evaluation. More...
#include <fbdata.h>

Public Member Functions | |
| FBCurveEvaluationEvent (HKEventBase pEvent) | |
| Constructor. | |
| FBXSDK_NAMESPACE::FbxAnimCurve * | GetFBXCurve () |
| Get the FbxAnimCurve to evaluate, used in story tool for read-only clip. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBPropertyDouble | KeyIndex |
| 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). | |
| FBPropertyTime | Time |
| Read Only Property: Time to evaluate. | |
| FBPropertyFCurve | Curve |
| Read Only Property: Curve to evaluate. | |
| FBPropertyDouble | Result |
| Read Write Property: Write the resulting value in that prorperty. | |
| FBPropertyInt | LeftCustomTangentTypeIndex |
| Read Only Property: FbxAnimCurveOnly - Type of the left key custom tangent type, -1 if not a custom tangent. | |
| FBPropertyInt | RightCustomTangentTypeIndex |
| Read Only Property: FbxAnimCurveOnly - Type of the right key custom tangent type, -1 if not a custom tangent. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
This class is used when an evaluation must be done on your custom tangents. It contains the necessary information to do the evaluation.
| FBCurveEvaluationEvent | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBXSDK_NAMESPACE::FbxAnimCurve * GetFBXCurve | ( | ) |
Get the FbxAnimCurve to evaluate, used in story tool for read-only clip.
| FBPropertyFCurve Curve |
| FBPropertyDouble KeyIndex |
| FBPropertyInt LeftCustomTangentTypeIndex |
| FBPropertyDouble Result |
| FBPropertyInt RightCustomTangentTypeIndex |
| FBPropertyTime Time |