Page 2 of 2

Re: Is it possible/how to hook up all the things in code?

Posted: Thu Jul 07, 2016 8:36 pm
by tylerwsavatronix
Can we just arbitrarily/dynamically add fields. Like if we call SetActorField() to a field we didn't create explicitly will it automatically create it (I guess I'm asking if it's similar to javascript in how it handles adding fields dynamically)?

Re: Is it possible/how to hook up all the things in code?

Posted: Thu Jul 07, 2016 8:42 pm
by Tony Li
tylerwsavatronix wrote:Can we just arbitrarily/dynamically add fields. Like if we call SetActorField() to a field we didn't create explicitly will it automatically create it (I guess I'm asking if it's similar to javascript in how it handles adding fields dynamically)?
Yup. :-)

Re: Is it possible/how to hook up all the things in code?

Posted: Thu May 02, 2024 4:43 am
by fonadain
Yes, building everything from scratch is possible, but it takes time and patience. Think Legos: the best for all, but who is going to make the wheels when you can just buy them?

If other tools exist that might do the same thing, consider those first instead of coding.Saves time and frustration! Take one line of the code at a time and keep it well organized. Good luck!