C++ API Reference
|
Introduced in 2020.0 More...
#include <MCacheSchema.h>
Public Member Functions | |
const MCacheSchemaAttributesRange & | attributes () const |
The attributes that are expected to be cached. More... | |
void | reset () |
Deprecated in 2022.0 More... | |
MStatus | add (const MObject &) |
Force the attribute to be cached. More... | |
Introduced in 2020.0
Defines a node's cached data when participant EM Cached Playback Can be used to query or modify the attributes being cached
|
inline |
The attributes that are expected to be cached.
void reset | ( | ) |
Deprecated in 2022.0
Reset this schema to the minimal.
Force the attribute to be cached.
This method allows you to cache input attributes or other animated attributes that are not fully understood by EM.
[in] | attribute | attribute to cache |