Announcement
Collapse
No announcement yet.
2 event begin play?
Collapse
X
-
You can use a "Sequence" node and do the new stuff at the second exec.Open for contracted work | C++/BP (incl. Multiplayer) | Tutoring | VR
My UE4 Blog/Page with Tutorials and more: Hit me for ALL the things!
(Including 100+ Pages Multiplayer Network Compendium to get you started.)
-
Type in "sequence" in the node search box.
You'll get a node with a few ports.
Basically your setup should look like this:
Event begin play -> Sequence
Port 1 - First thing you want done
Port 2 - Second thing you want done when the game begins
Port 3 - etc.
Hope that helps.
Let me know if you need any more help.
~ JasonJason's Simple Systems
Enemy AI and Patrol: https://forums.unrealengine.com/comm...troling-damage
Basic Quest System: https://forums.unrealengine.com/comm...ystem-part-1-1
Comment
-
No problem.
~ JasonJason's Simple Systems
Enemy AI and Patrol: https://forums.unrealengine.com/comm...troling-damage
Basic Quest System: https://forums.unrealengine.com/comm...ystem-part-1-1
Comment
-
If one were to put a timer in a sequence, would that still delay the next chain of events?Marketplace Assets
Advanced Mobile Input: Marketplace Page | Support Thread ――― Easy Input Remapping: Marketplace Page | Support ThreadMultiplayer Blueprint Chat System: Marketplace Page | Support Thread ――― Closing Credits System: Marketplace Page | Support ThreadMinesweeper Template: Marketplace Page | Support Thread ――― Maze Creator: Marketplace Page | Support Thread
Comment
-
Originally posted by Jamendxman3 View PostIf one were to put a timer in a sequence, would that still delay the next chain of events?Open for contracted work | C++/BP (incl. Multiplayer) | Tutoring | VR
My UE4 Blog/Page with Tutorials and more: Hit me for ALL the things!
(Including 100+ Pages Multiplayer Network Compendium to get you started.)
Comment
-
Oh yes, a delay was what I meant.Marketplace Assets
Advanced Mobile Input: Marketplace Page | Support Thread ――― Easy Input Remapping: Marketplace Page | Support ThreadMultiplayer Blueprint Chat System: Marketplace Page | Support Thread ――― Closing Credits System: Marketplace Page | Support ThreadMinesweeper Template: Marketplace Page | Support Thread ――― Maze Creator: Marketplace Page | Support Thread
Comment
Comment