Read/Write HIKCharacterState Data

Read/Write HIKCharacterState Data

Module description

This section describes the functions used to read and write data in .

For an overview, see ~{ Setting and Retrieving Data in HIKCharacterStates }~

Classes

struct  HIKDataDescription
 A description of a data set that contains separate translation, quaternion rotation, and scaling values for multiple different Nodes in an HIKCharacterState. More...
 
struct  HIKDataDescriptionMatrix
 A description of a data set that contains transform matrices for multiple different Nodes in an HIKCharacterState. More...
 

Modules

 Read HIKCharacterState Data
 This section describes the functions used to read data from an HIKCharacterState.
 
 Write HIKCharacterState Data
 This section describes the functions used to write data to an HIKCharacterState.
 

Enumerations

enum  HIKToken { HIKNotUsed = -1, HIKLastNode = -2, HIKNotUsed = -1, HIKLastNode = -2 }
 Lists special values that you can use within the list of Node IDs in a data description. More...
 
enum  HIKToken { HIKNotUsed = -1, HIKLastNode = -2, HIKNotUsed = -1, HIKLastNode = -2 }
 Lists special values that you can use within the list of Node IDs in a data description. More...
 

Enumeration Type Documentation

enum HIKToken

Lists special values that you can use within the list of Node IDs in a data description.

See HIKDataDescription.

Enumerator
HIKNotUsed 

Indicates that the data block represented by this index should not be read by HumanIK.

The engine will ignore it.

HIKLastNode 

Indicates the end of the list of Nodes.

Always finish your list with this token.

HIKNotUsed 

Indicates that the data block represented by this index should not be read by HumanIK.

The engine will ignore it.

HIKLastNode 

Indicates the end of the list of Nodes.

Always finish your list with this token.

Definition at line 1589 of file humanik.h.

1590 {
1591  HIKNotUsed = -1,
1592  HIKLastNode = -2
1593 };
Indicates the end of the list of Nodes.
Definition: humanik.h:1592
Indicates that the data block represented by this index should not be read by HumanIK.
Definition: humanik.h:1591
enum HIKToken

Lists special values that you can use within the list of Node IDs in a data description.

See HIKDataDescription.

Enumerator
HIKNotUsed 

Indicates that the data block represented by this index should not be read by HumanIK.

The engine will ignore it.

HIKLastNode 

Indicates the end of the list of Nodes.

Always finish your list with this token.

HIKNotUsed 

Indicates that the data block represented by this index should not be read by HumanIK.

The engine will ignore it.

HIKLastNode 

Indicates the end of the list of Nodes.

Always finish your list with this token.

Definition at line 1629 of file humanik.h.

1630 {
1631  HIKNotUsed = -1,
1632  HIKLastNode = -2
1633 };
Indicates the end of the list of Nodes.
Definition: humanik.h:1592
Indicates that the data block represented by this index should not be read by HumanIK.
Definition: humanik.h:1591