So am making a plugin for the marketplace am trying to create an FKey variable but it gives me a linker error
Here is the code am using .h UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Dialogue Settings", meta = (EditCondition = "bRequireInput")) FKey InputKeyKeyboard; .cpp InputKeyKeyboard = EKeys::E;
