Libraries
UIS comes with a function library which will make certain things easier to do. These are considered helper functions but also requires you to have set up the Interfaces correctly for them to work, so make sure to check out the Interfaces section.
Functions
Get Interaction Component: Retrieve the Interaction Component from an actor.
Get Interaction Manager Component: Retrieve the Interaction Manager from an Actor.
Can Interact: Determine if the target actor can be interacted with or not.
Can Activate Actor: Determine if the target actor can be interacted with or not.
Get Activation Component: Retrieve the Activation Component from the Target actor.
Last updated