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. More... | |
FBXSDK_NAMESPACE::FbxAnimCurve * | GetFBXCurve () |
Get the FbxAnimCurve to evaluate, used in story tool for read-only clip. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
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). More... | |
FBPropertyTime | Time |
Read Only Property: Time to evaluate. More... | |
FBPropertyFCurve | Curve |
Read Only Property: Curve to evaluate. More... | |
FBPropertyDouble | Result |
Read Write Property: Write the resulting value in that prorperty. More... | |
FBPropertyInt | LeftCustomTangentTypeIndex |
Read Only Property: FbxAnimCurveOnly - Type of the left key custom tangent type, -1 if not a custom tangent. More... | |
FBPropertyInt | RightCustomTangentTypeIndex |
Read Only Property: FbxAnimCurveOnly - Type of the right key custom tangent type, -1 if not a custom tangent. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
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 |