11-06-2024 11:26 AM
Hi All
Is there a function or property node that returns the default instance of an object? I have a zipped project attached that shows
1. a workaround for the problem (Function folder) and
2. my use case (Example folder).
Otherwise, is there a better approach to solving this?
Some pictures:
Thank you
Nathan Davis
Solved! Go to Solution.
11-06-2024 12:21 PM
Turn on scripting and you can get the default value.
11-06-2024 01:40 PM
Paul, thank you. I haven't used scripting before, this opens some possibilities to explore!
I have a revised project, with a follow up question. Replacing with your suggestion of the object property node, is there a property node that casts from the interface (slash parent class) to the more specific object that is the at Object input? I found that using the following property node into preserve run time class works for what I need (last picture), but curious if there's a property node that does this also?
Thank you
Nathan Davis