Closed glenwrhodes closed 4 years ago
@glenwrhodes What visual studio version are you using? For me is working with UE 4.24 and VS 2019. You can try including#include "Styling/SlateTypes.h"
Ahh, this is 4.23. Looks like FInvalidatableBrushAttribute was added in 4.24. I've commented out that line and it builds now, but of course the SWebCameraImage has no image. Do you know what the pre-4.24 code would be to set the Image without using FInvalidatableBrushAttribute ?
@glenwrhodes I think you can assign directly the brush to the image then Image = &Brush;
Hi there. Trying to give this a try (4.23), but when I build I'm getting an error in VS in SWebCameraImage.cpp, line 18:
VS is saying that FInvalidatableBrushAttribute is an undefined identifier.