38 #include "CoherentBaseComponent.h"
39 #include "CoherentUIHUD.generated.h"
54 UCLASS(MinimalAPI, BlueprintType)
57 GENERATED_UCLASS_BODY()
59 virtual void InitializeComponent()
override;
61 COHERENTUIPLUGIN_API
void DrawHUD(
class UCanvas* Canvas, int32 positionX, int32 positionY);
62 COHERENTUIPLUGIN_API
void CreateHUDView(
const Coherent::UI::ViewInfo& info,
const FString& url);
64 COHERENTUIPLUGIN_API
bool HasRequestedView()
const;
66 virtual void RegisterComponentTickFunctions(
bool bRegister)
override;
67 virtual void TickCustom(FCoherentComponentTickFunction*
function)
override;
71 bool bHasRequestedView;
Definition: CoherentUIHUD.h:55
Definition: CoherentBaseComponent.h:76