Hi all,
For serveral days i’m trying to add a extra “dynamic” button on the contextual menu in the collab view template.
I want to change the sun time through that menu.
After some research i found out that these buttons are created via contextual menu through a Wrap box.
The contextual menu is created in the BP_Base_pawn blueprint.
In the “CollaborativeViewer → Blueprints → Commands” are the blueprints that will make the buttons on the contextual menu.
If i create a blueprint with the “BP_BaseCommandComponent” as parrent with the following code
no button is set to the contextual menu. Could someone help me to make this work?
other question:
If i compare my blueprint with a other “command blueprint” i find a “thumbnail” under the class settings off the default blueprint
In the blueprint i created there is no setting for a “thumbnail”
Hope someone can help me out.