Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using MItDependencyNodes, a type from MFn can be specified to get only nodes of that type. For example:
MItDependencyNodes it(MFn::kPluginHardwareShader);
Is there a type for network nodes? I tried "kNetwork" but it doesn't exist.
Solved! Go to Solution.