Reply To: Can I write a custom group ?

Forums 💬 Slate Sequencer ⚙️ Support Can I write a custom group ? Reply To: Can I write a custom group ?

#20949
Gavalakis
Keymaster

    Hello again,

    Instead of creating a custom group, you can dynamically change the target actor through code and in runtime, before starting the cutscene.
    You just have to give the Actor Group a name in the inspector and then in code call cutscene.SetGroupActorOfName(“MyActor”, newActor);
    For example:

    Let me know if that works for you.
    Thanks.