HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
20.5: Major Changes In The HDK

husk Error Status

If a render delegate terminates early, it's possible to pass an exit status to husk so that can properly raise an appropriate exit status.

OPUI_GraphBadgeInfo

In OPUI_GraphBadgeInfo class, the myItem member type changed from OP_Node* to std::variant to allow badges on APEX nodes. Accessing * can be done via () method.