Reply To: Set Actor at Runtime?

Forums 💬 Slate Sequencer ⚙️ Support Set Actor at Runtime? Reply To: Set Actor at Runtime?

#20147
Gavalakis
Keymaster

    Hello,

    SetGroupActorOfName() can be called from within any script you make. You just need a reference of the cutscene object so that you are able to call for example cutscene.SetGroupActorOfName("MyGroupName", newActorGameobject).
    You also need to write a name manually for the group that you want to affect by selecting the group and change its name in its inspector panel.