Skip to content

abrady/UnrealDelegates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnrealDelegates

This demo shows a basic example of using delegates to communicate between actors In game

Sender The sender needs to

  1. create event dispatchers that can be bound to and
  2. call these dispatchers when the trigger is collided with

Sender Delegates need to

  1. bind to the event dispatchers in the sender
  2. create a custom event as part of that binding that is invoked when the events are triggered.

About

quick and dirty unreal delegates example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published