#pragma once #include "Event.h" // Emitted when the player presses V to re-enter placement mode for the temporary blueprint // captured with C (REQ-UI-BLUEPRINT-TEMP). Carries no payload: the receiver holds the // blueprint, and nothing is captured from the current selection. class TemporaryBlueprintPlaceRequestedEvent : public Event { };