diff --git a/Source/Engine/Engine/Engine.h b/Source/Engine/Engine/Engine.h
index 51860e5a2..403c7d575 100644
--- a/Source/Engine/Engine/Engine.h
+++ b/Source/Engine/Engine/Engine.h
@@ -156,8 +156,7 @@ public:
///
/// Checks whenever the game viewport is focused by the user (eg. can receive input).
///
- /// True if game viewport is focused, otherwise false.
- static bool HasGameViewportFocus();
+ API_PROPERTY() static bool HasGameViewportFocus();
private: