A Hat in Time

A Hat in Time

Not enough ratings
Elsie's Guide to Secret Kismet Shortcuts!
By Elsie (LCL)
A guide that lists every single shortcut you have access to in kismet! I learned most of these from UE5.
   
Award
Favorite
Favorited
Unfavorite
The Commands
Hiya! After using UE5 for a bit I learned a ton of shortcuts in Blueprint, so naturally my first instinct was to see if Kismet had shortcuts as well! And sure enough, they did! Here's all of them, they're very helpful.

In order to use these you hold down the key and then click anywhere in kismet.


Q: Create New Sequence

This creates a new sequence in kismet, it lets you name it when create it.





R: Create New Remote Event

This creates both a new remote event, and a node to activate said remote event. Same deal, it prompts you to name it.



T: Create Toggle Node

This creates a toggle node.







I: Create Integer Value (Int)

This creates a new int value.





O: Create Blank Object

This creates a blank object.




P: Create Player Node

This creates an "All Players" node.







[ : Creates an In node.

This creates a sequence input node, you can also push ] to make an output.





S: Create Play Sound Node

This creates a Play Sound node.









D: Create Delay

This creates a delay node.










F: Create Floating Point Value (Float)

This creates a new float value.






G: Create Gate Node

This creates a gate node.








X: Create Int Counter

This creates an Integer Counter node.











B: Create New Boolean (Bool)

This creates a new Bool value.







N: Create Named Variable

This creates a Named Variable.






M: Create New Matinee

This creates a new Matinee Sequence!













And that's all of them! These should be pretty useful in speeding up workflow.