Jasper De Laat
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
-
-
Jasper De Laat created a post, [Rider for Unreal] Generate enum class forward declaration as uint8
I have the following enum class defined in header file A: I want to generate a forward declaration of this enum in header B, which I do like so: This generates the following forward declaration: ... -
Jasper De Laat created a post, [Rider for Unreal] Code completion issue in 2020.3.1
I'm trying to use code completion to override a virtual function in a class. Since the Rider for Unreal 2020.3 update this no longer works. Last verified version was the one before 2020.3.0. Reprod... -
Jasper De Laat commented, -
Jasper De Laat created a post, [Rider for Unreal] Debugging flag-type enum values
I am trying to debug some of my code, and need to know which EObjectFlag values my object got assigned. Unfortunately, Rider only shows the raw value in the debugger window: Whereas Visual Studio ... -