Hello, if it possible to set custom properties for windows application (game application packaged using unreal engine)? I mean application (exe) properties that are displayed on right click / properties / details. Some of the properties like ‘Copyright’ string, ‘Product name’ could be set in UE project properties (Unreal Editor). We need to set custom values for properties like ‘File version’, ‘Product version’. Is there are known way to set these values? By default these properties contains something that comes from Unreal Engine (“File version” contains UE version value, “Product version” contains some string value that (looks like) comes from UE too. How to set these 2 values properly?