millicast / millicast-player-unreal-engine-plugin

Millicast Player plugin for Unreal Engine
Other
19 stars 15 forks source link

Inspecting runtime instance of UMillicastMediaTexture2D results in a crash in UE 5.0.3 #60

Closed adrian-j-programmer closed 1 year ago

adrian-j-programmer commented 1 year ago

This is caused by a missing implementation of the GetSurfaceDepth method that's pure virtual. The only implementation the class provides is hidden behind an 5.1 up ifdef.

image
dbaldassi commented 1 year ago

Fixed it in b86f530