Execute_EndSleepwalking
Description
Ends the sleepwalking state for the specified character. Calls RequestEndSleepwalking on the character's DreamComponent.
Note
This execute must be added at the end of sleepwalking interactions to define the exact moment when the sleepwalking state ends.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to end the sleepwalking state for |
Examples
| Description | BaseObject | Command |
|---|---|---|
| End the sleepwalking state for Self | Self | EndSleepwalking |
| End the sleepwalking state for Target | Target | EndSleepwalking |