disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
69 stars 23 forks source link

Set m_eventHandlers to use weak object pointers instead of SharedPtrs. #10

Closed Dgrouse96 closed 3 years ago

Dgrouse96 commented 3 years ago

Non-standard use of TSharedPtr. Causes crashes due to UObject lifetime being managed by other things.

twhittock commented 3 years ago

This looks great, if you wouldn't mind doing a minor bit of formatting, we'll definitely merge. Thanks!

Dgrouse96 commented 3 years ago

@twhittock Doneskies

twhittock commented 3 years ago

Thank you for your help!