Advertisement
whillothewhisp

CreateNode

May 26th, 2025 (edited)
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. //In my program this is a global variable, Don't be like me.
  2. HAPI_NodeId g_asset_id;
  3.  
  4. HAPI_CreateNode(NULL, -1, assetName.c_str(), nullptr, false, &g_asset_id);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement