UE4 is hardcoded to use 755 for files and directories. See mkdir() in Engine/Source/Runtime/Core/Private/Unix/UnixPlatformFile.cpp
This is also repeated for Android, HTML5, and Lumin but i cannot confirm any symptoms on those. In a Linux development environment it is useful for different users to share assets and DDC. 755 forces read only for everyone but the owner, making this difficult. A user should be able to change their umask to override this.
Results: Directories and files were created with permissions rw-r-r-.
Expected: Directories and files should be created with permissions rw-rw-r--
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How to achieve HLSL Multiple Render Target in Material blueprints?
How to implement the left mouse button operation umg listview scroll bar?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-79519 in the post.
1 |
Component | UE - Platform - Linux |
---|---|
Affects Versions | 4.22.3 |
Target Fix | 4.26 |
Created | Aug 28, 2019 |
---|---|
Resolved | Oct 6, 2020 |
Updated | Nov 5, 2020 |