void* ufoProcessCopyUserData( ufoProcess process_instance, void *user_data);
Refer to the following table for command descriptions:
|
Command |
Description |
process_instance |
original process instance |
user_data |
user data attached to original process instance |
Returns pointer copied user data. The ufoProcessCopyUserData function should be supplied if user data is set in any UFO user function with ufoProcessSetUserData, and requires a user-defined copy method to be used whenever process instances are copied. The function should return the pointer to the copied user data.
Autodesk Softimage v7.5