Forum Discussion
rraghvani
2 years agoChampion Level 3
Create a new project, with the following functions
function MyError()
{
Log.Error("MyError")
}
function MyWarning()
{
Log.Warning("MyWarning")
}
function MyMessage()
{
Log.Message("MyMessage")
}
Implement the various Events, to see when the event is triggered when either of those functions are called. Also, this is dependant on Project Settings -> Playback, Error Handling.
This is just to learn and understand the behaviour of Events.
Related Content
- 4 years ago
- 2 years ago