38 #include "Coherent/UI/ViewInfo.h"
40 #include "CoherentUIGameHUD.generated.h"
45 class ACoherentUIGameHUD : public AHUD
47 GENERATED_UCLASS_BODY()
51 COHERENTUIPLUGIN_API virtual
void DrawHUD() override;
54 COHERENTUIPLUGIN_API class
UCoherentUIHUD* GetCoherentUIHUD() const;
56 UFUNCTION(BlueprintCallable, Category = CoherentUI)
57 COHERENTUIPLUGIN_API
void SetupUIView(const FString& PageUrl,
58 bool bUsesSharedMemory = false,
59 bool bSupportClickThrough = true,
60 float ClickThroughAlphaThreshold = 0.0f,
61 bool bIsTransparent = true,
62 int32 TargetFrameRate = 30,
63 bool bForceSoftwareRendering = false);
66 UPROPERTY(BlueprintReadOnly, Category = HUD)
70 Coherent::UI::ViewInfo Info;
FString URL
Definition: CoherentBaseComponent.h:82
Definition: CoherentUIHUD.h:55