Title says it all.
Is there a way through a script, to get an object property?
e.g: object.property = false
What do you mean by object? If you mean device, yes
Customize Device Properties | Epic Developer Community (epicgames.com)

Like what if, in the case of a simple cube,
I wanted to change its “cast shadow” property through a script.
eg. cube[“cast shadow”] = false
is this possible in some way?
I think this is not yet available
Correct, we don’t have direct property access exposed to Verse yet. There are some property getters and setters exposed on certain devices and we hope to expand that list over the next few releases.
1 Like