diff --git a/Source/Engine/Core/Types/CommonValue.h b/Source/Engine/Core/Types/CommonValue.h index 790c1f210..1ceebce0b 100644 --- a/Source/Engine/Core/Types/CommonValue.h +++ b/Source/Engine/Core/Types/CommonValue.h @@ -632,7 +632,7 @@ public: /// Gets value as Vector4 (if can convert it) /// /// Value - FORCE_INLINE Vector4 GetVector4() const + FORCE_INLINE Float4 GetVector4() const { bool isValid; return GetVector4(isValid);