leinardi

UT4 tree

Mar 9th, 2015
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. ~/LinuxNoEditor$ tree -d
  2. .
  3. ├── Engine
  4. │   ├── Binaries
  5. │   │   └── Linux
  6. │   ├── Build
  7. │   ├── Content
  8. │   │   ├── Internationalization
  9. │   │   │   └── icudt53l
  10. │   │   │   ├── brkitr
  11. │   │   │   ├── coll
  12. │   │   │   ├── curr
  13. │   │   │   ├── lang
  14. │   │   │   ├── rbnf
  15. │   │   │   ├── region
  16. │   │   │   └── zone
  17. │   │   └── Slate
  18. │   │   ├── Common
  19. │   │   │   └── Window
  20. │   │   ├── CrashTracker
  21. │   │   ├── Docking
  22. │   │   ├── Fonts
  23. │   │   ├── Icons
  24. │   │   ├── MessageLog
  25. │   │   ├── Old
  26. │   │   ├── Testing
  27. │   │   │   └── Fonts
  28. │   │   └── Tutorials
  29. │   ├── Intermediate
  30. │   │   └── Config
  31. │   │   └── CoalescedSourceConfigs
  32. │   ├── Plugins
  33. │   │   ├── 2D
  34. │   │   │   └── Paper2D
  35. │   │   │   └── Binaries
  36. │   │   │   └── Linux
  37. │   │   ├── Experimental
  38. │   │   │   ├── CharacterAI
  39. │   │   │   │   └── Binaries
  40. │   │   │   │   └── Linux
  41. │   │   │   └── SimpleHMD
  42. │   │   │   └── Binaries
  43. │   │   │   └── Linux
  44. │   │   ├── Messaging
  45. │   │   │   ├── ShmMessaging
  46. │   │   │   │   └── Binaries
  47. │   │   │   │   └── Linux
  48. │   │   │   └── UdpMessaging
  49. │   │   │   └── Binaries
  50. │   │   │   └── Linux
  51. │   │   ├── Runtime
  52. │   │   │   ├── Analytics
  53. │   │   │   │   ├── AnalyticsBlueprintLibrary
  54. │   │   │   │   │   └── Binaries
  55. │   │   │   │   │   └── Linux
  56. │   │   │   │   └── FileLogging
  57. │   │   │   │   └── Binaries
  58. │   │   │   │   └── Linux
  59. │   │   │   ├── CableComponent
  60. │   │   │   │   └── Binaries
  61. │   │   │   │   └── Linux
  62. │   │   │   ├── CustomMeshComponent
  63. │   │   │   │   └── Binaries
  64. │   │   │   │   └── Linux
  65. │   │   │   ├── ExampleDeviceProfileSelector
  66. │   │   │   │   └── Binaries
  67. │   │   │   │   └── Linux
  68. │   │   │   └── SoundVisualizations
  69. │   │   │   └── Binaries
  70. │   │   │   └── Linux
  71. │   │   └── Slate
  72. │   │   └── SlateRemote
  73. │   │   └── Binaries
  74. │   │   └── Linux
  75. │   ├── Saved
  76. │   │   ├── Config
  77. │   │   │   └── LinuxNoEditor
  78. │   │   └── Logs
  79. │   └── Shaders
  80. │   └── StandaloneRenderer
  81. │   ├── D3D
  82. │   └── OpenGL
  83. └── UnrealTournament
  84. ├── Binaries
  85. │   └── Linux
  86. ├── Content
  87. │   ├── Paks
  88. │   └── Splash
  89. ├── Intermediate
  90. │   └── Config
  91. │   └── CoalescedSourceConfigs
  92. ├── Plugins
  93. │   ├── SampleGameMode
  94. │   │   └── Binaries
  95. │   │   └── Linux
  96. │   └── SampleMutator
  97. │   └── Binaries
  98. │   └── Linux
  99. └── Saved
  100. └── Config
  101.  
  102. 98 directories
Advertisement
Add Comment
Please, Sign In to add comment