Hi, I have a problem with implementing RadialSlider pointers in my UUserWidget header file. I have tried using includes from unreal engine documentation (cannot open those source files), and I have tried adding the VirtualCamera module that the RadialSlider class belongs to. Other Widgets work perfectly fine. Rebuilding did not help. Why is this Widget different, and how do I fix what I’m trying to do here?
code:
UPROPERTY(EditAnywhere, meta = (BindWidget))
class URadialSlider* DurabilityBar;
error:
Nightfall_HUD.gen.cpp(12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Nightfall_HUD.gen.cpp(12): error C2146: syntax error: missing ‘;’ before identifier ‘UClass’
Nightfall_HUD.gen.cpp(114): error C2065: ‘Z_Construct_UClass_URadialSlider_NoRegister’: undeclared identifier