38 #include "CoherentBaseComponent.h"
39 #include "CoherentUIMenuInfo.h"
40 #include "CoherentUIMenu.h"
42 #include "CoherentUIHUD.h"
44 #include "EdGraph/EdGraphNode.h"
45 #include "EdGraph/EdGraphSchema.h"
47 #include "CoherentUIMenuHelper.generated.h"
50 class UCoherentUIMenuHelper : public UObject
52 GENERATED_UCLASS_BODY()
54 UFUNCTION(BlueprintCallable, meta = (HidePin = "WorldContextObject",
55 DefaultToSelf = "WorldContextObject",
56 FriendlyName = "Setup UI Menu"),
59 FCoherentUIMenuInfo MenuInfo);
Definition: CoherentBaseComponent.h:76