#pragma once #include "Event.h" // Emitted when the player presses the temporary-blueprint hotkey (REQ-UI-BLUEPRINT-TEMP). // Carries no payload: the blueprint is built from the current selection by the receiver. class TemporaryBlueprintRequestedEvent : public Event { };