C++ API Reference
|
Introduced in 2020.0 More...
#include <MNodeCacheSetupInfo.h>
Public Types | |
enum | PreferenceFlag { kWantToCacheByDefault, kLastPreference } |
Defines the preference flags that can be set for this node. More... | |
enum | RequirementFlag { kSimulationSupport, kLastRequirement } |
Defines the requirement flags that can be set for this node. More... | |
Public Member Functions | |
void | setPreference (PreferenceFlag, bool) |
Set a preference flag for this node. | |
bool | getPreference (PreferenceFlag) const |
Get a preference flag for this node. | |
void | setRequirement (RequirementFlag, bool) |
Set a requirement flag for this node. | |
bool | getRequirement (RequirementFlag) const |
Get a requirement flag for this node. | |
Introduced in 2020.0
Defines preferences and requirements the node has for Cached Playback
enum PreferenceFlag |
enum RequirementFlag |