Commit Graph

113 Commits

Author SHA1 Message Date
jeanfrancois dube
5f333fe003 Missing file that wasn't checked out from previous submit.
#rb none

[CL 27798618 by jeanfrancois dube in ue5-main branch]
2023-09-12 13:25:41 -04:00
vincent beauchemin
cf6e98cd46 World Partition Editor
* Upgrade overall UX (new icons, new menus, new toolbar, new layout)
* Now possible for licensees to extent options in our menus.
* Add same LevelViewport actions in the WP Editor (Build Hlods, build minimap, etc.) via new Build menu.

#rb jeanfrancois.dube
#jira UE-171044

[CL 27527223 by vincent beauchemin in ue5-main branch]
2023-08-31 12:53:27 -04:00
jeanfrancois dube
62f0004628 World Partition: cleanup empty folders from external packages to reduce the time spent parsing these from the Asset Registry parse.
#jira UE-193953
#rb sebastien.lussier, richard.malo

[CL 27480916 by jeanfrancois dube in ue5-main branch]
2023-08-30 07:02:33 -04:00
vincent beauchemin
06534e900c World Partition
* Add an editor preference to log the generate streaming in PIE (default true).

#rb jeanfrancois.dube
#jira UE-184644

[CL 26808155 by vincent beauchemin in ue5-main branch]
2023-08-03 09:09:27 -04:00
derek truong
467ce30f8a [UEFN] Adding documentation redirect for streaming and hlods so we open proper UEFN documentation page. Undoing changes in CL 23917904 to utilize documentation redirect system.
#rb rex.hill
[FYI] jamie.dale
#rnx

[CL 26522517 by derek truong in ue5-main branch]
2023-07-21 15:26:01 -04:00
vincent beauchemin
51cb5e9cf3 Content Bundle
* Move Content Bundle events into Engine (needed by World Partition).
* Add ContentBundleRemovedContent event.

#rb philippe.deseve, jeanfrancois.dube

[CL 26284475 by vincent beauchemin in ue5-main branch]
2023-06-28 10:14:35 -04:00
jeanfrancois dube
f1af40377b World Partition Editor Loading:
- Changed Editor Settings 'DisableLoadingInEditor' to 'EnableLoadingInEditor' to be easier to understand for entry-level users.
- Actors loading state will now react to changing Editor Settings 'EnableLoadingInEditor' property.

#rb vincent.beauchemin
[FYI] francisco.cabrita, jeansebastien.guay

[CL 26263924 by jeanfrancois dube in ue5-main branch]
2023-06-27 13:50:48 -04:00
jeanfrancois dube
9ebf09d5a7 World Partition UEFN Support:
- Exposed DisableLoadingInEditor in the project settings, which defaults to true in UEFN and false in UE5.
- Reenabled World Partition Editor tab and loading regions when DisableLoadingInEditor is false.

#rb vincent.beauchemin
#preflight none

[CL 25627469 by jeanfrancois dube in ue5-main branch]
2023-05-25 15:59:36 -04:00
jeanfrancois dube
2148f338da [Backout] - CL25070843
[FYI] JeanFrancois.Dube
Original CL Desc
-----------------------------------------------------------------
World Partition:
- Removed option to disable partial world loading in the editor in UEFN.
- Reenable world partition tab in UEFN.

#rb vincent.beauchemin
#preflight 646cd8301417daba1e5aae34

[CL 25592247 by jeanfrancois dube in ue5-main branch]
2023-05-23 18:13:34 -04:00
sebastien lussier
a2295ce319 Fix log inside the commandlet output displayed in red after building HLODs - even if no error was reported
* Will now only pipe the output if the commandlet execution is considered a failure (if the actual commandlet code returned an error)
* Write the output line by line to avoid a red wall of text. This will allow lines with errors to be more easily spotted.
* Read from the commandlet log file to avoid the initial output being truncated (log file contains more info that what is written to StdOut)
#rb jeanfrancois.dube
#preflight 645a3c67013f3751584e1b9e

[CL 25387398 by sebastien lussier in ue5-main branch]
2023-05-09 10:06:53 -04:00
jeanfrancois dube
bd369178b8 World Partition:
- Removed option to disable partial world loading in the editor in UEFN.
- Resolve (and potentially load) actors when receiving a Concert replication in UEFN.
- Reenable world partition tab in UEFN.

#rb sebastien.lussier, jamie.dale
#preflight 642db1480a2e4ce0788be2c1

[CL 25072485 by jeanfrancois dube in ue5-main branch]
2023-04-17 15:23:01 -04:00
philippe deseve
92cdbff838 Allow to copy-paste content bundle actors without requiring to activate the destination content bundle
#rb jeanfrancois.dube

[CL 24994930 by philippe deseve in ue5-main branch]
2023-04-11 14:22:46 -04:00
jeanfrancois dube
4ca6d0c3d8 Convert raw pointers to weak pointers in world partition editor.
#jira UE-179971
#rb sebastien.lussier
#preflight 6410f7cd290c6e5d771e72b6

[CL 24653080 by jeanfrancois dube in ue5-main branch]
2023-03-15 08:43:04 -04:00
patrick enfedaque
d76798dcec LevelInstance: Blueprint Filter editing support
#rb richard.malo
#preflight 6408fe0c6d06d9a1426bfc81
#rnx

[CL 24575456 by patrick enfedaque in ue5-main branch]
2023-03-09 09:45:52 -05:00
patrick enfedaque
c042995662 Level Instance: WorldPartitionActorFilter support (experimental)
- Experimental Flag hides Filter UI
- DataLayerAsset can enable filtering (will show up in Filter Outliner)
- DataLayerInstance can provide default filter value (default value when actor doesn't override)
- Level Instance Actor can have its own recursive filter
- Filtering Editor/Cook/PIE works
- Undo/Redo/Copy/Paste/ResetToDefault
- PackedLevelActors not yet supported

#rb jeanfrancois.dube, richard.malo
#preflight 64087dc36c1b9295b99222e8
#rnx

[CL 24561727 by patrick enfedaque in ue5-main branch]
2023-03-08 12:02:09 -05:00
jeanfrancois dube
a6344117a2 World Partition: add a way to override the online documentation URL.
#rb vincent.beauchemin
#preflight 63d82c4aba4fadeef0255582

[CL 23924028 by jeanfrancois dube in ue5-main branch]
2023-01-31 01:27:47 -05:00
jeanfrancois dube
396258e013 World Partition:
- Added an advanced mode that can be triggered on or off by projects.
- Only show advanced streaming properties when enabling advanced mode.

#rb sebastien.lussier
#preflight 63d40112ba4fadeef00ccd96

[CL 23890498 by jeanfrancois dube in ue5-main branch]
2023-01-27 15:19:43 -05:00
philippe deseve
1156ba108a Add a scope for ContentBundleActivation
Instantiate the scope to activate a ContentBundle and deactivate it upon scope deletion.

#rb richard.malo

[CL 23889513 by philippe deseve in ue5-main branch]
2023-01-27 14:51:50 -05:00
jeanfrancois dube
94d1cc3b49 World Partition Editor: auto focus on bugitgo region when loading is enabled.
#rb vincent.beauchemin
#preflight 63ca9b2fd45afa2a8f1f6baf

[CL 23791501 by jeanfrancois dube in ue5-main branch]
2023-01-20 11:49:40 -05:00
jeanfrancois dube
994dba044a World Partition Editor Build Commandlets:
- Added pre and post run events for the builder commandlets ran from the editor.
- Added the possibility to avoid unloading and reloading the world when running a builder commandlet.

#rb sebastien.lussier
#preflight 638de7177e0feab0b7d8ee95

[CL 23390780 by jeanfrancois dube in ue5-main branch]
2022-12-05 10:35:51 -05:00
richard malo
f09dd30ebb - Replaced "Edit Content Bundle" by "Make Current Content Bundle" and "Clear Current Content Bundle"
- Added Undo/Redo support on Content Bundle operations
- Added support to Reset Current Content Bundle via Editing Current Context.
- Renamed UContentBundleEditionSubsystem to UContentBundleEditorSubsystem
#rb philippe.deseve
#preflight 637cf143815e4b9b755a40e5

[CL 23243937 by richard malo in ue5-main branch]
2022-11-22 19:57:44 -05:00
richard malo
ed2e4dd696 Added "Browse to asset" on a content bundle.
#rb patrick.enfedaque, philippe.deseve

[CL 23228067 by richard malo in ue5-main branch]
2022-11-21 17:19:57 -05:00
richard malo
6dacf0ff3c Added world outliner filter "Only in current Content Bundle" similar to "Only in Current Level".
#rb jeanfrancois.dube
#preflight 637794ddfa348e8480c10f4c

[CL 23205670 by richard malo in ue5-main branch]
2022-11-18 16:33:20 -05:00
hilda cruz
68e1453a3d [Backout] - CL23176042
[FYI] Richard.Malo

Original CL Desc
-----------------------------------------------------------------
Added world outliner filter "Only in current Content Bundle" similar to "Only in Current Level".
#rb patrick.enfedaque
#preflight 63763c08953c19d4356fdaea

[CL 23178915 by hilda cruz in ue5-main branch]
2022-11-17 12:49:57 -05:00
richard malo
a7cf12ac04 Added world outliner filter "Only in current Content Bundle" similar to "Only in Current Level".
#rb patrick.enfedaque
#preflight 63763c08953c19d4356fdaea

[CL 23178861 by richard malo in ue5-main branch]
2022-11-17 12:48:24 -05:00