Commit Graph

39 Commits

Author SHA1 Message Date
Mattias Hornlund
679f99e02e Added ensures NetGuidCache::Supports and ObjectRefereceCache to not allow repliation of references to objects pointers that belong to another pie instance
Added guards in GameplayDebuggerLocalController to not forward calls to rpc via delegates from other pie instances.

#jira none
#rb Brian.Bekich, Peter.Engstrom
#preflight 6336d142466fb4366906fda9

[CL 22268810 by Mattias Hornlund in ue5-main branch]
2022-09-30 07:41:25 -04:00
bryan sefcik
0beee50b45 Updated ../Engine/Source/Developer/... to inline gen.cpp files
Before:
Total CPU Time: 53783.640625 s
Total time in Parallel executor: 558.66 seconds
After:
Total CPU Time: 47886.140625 s
Total time in Parallel executor: 498.81 seconds

#jira

[CL 22173145 by bryan sefcik in ue5-main branch]
2022-09-24 13:31:25 -04:00
yoan stamant
17a0251533 [VLogger] make sure input bindings are refreshed when toggling through command lines
- also fixed screen messages not hidden when opening gameplay debugger by holding activation key
#jira UE-158137
#rb maxime.mercier

#ROBOMERGE-AUTHOR: yoan.stamant
#ROBOMERGE-SOURCE: CL 20966751 via CL 20966762 via CL 20966782
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 20970588 by yoan stamant in ue5-main branch]
2022-07-06 14:46:57 -04:00
charles lefebvre
1fe167d9b6 [GameplayDebugger] Hide OnScreenMessages when the gameplay debugger is active
#tests Tested in UYE
#rb Yoan.StAmant
#rnx

#ROBOMERGE-AUTHOR: charles.lefebvre
#ROBOMERGE-SOURCE: CL 19608400 via CL 19608505 via CL 19608571 via CL 19608608 via CL 19608634
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v938-19570697)

[CL 19609660 by charles lefebvre in ue5-main branch]
2022-04-04 11:27:53 -04:00
yoan stamant
159efb4a7c [GameplayDebugger] use scene view to replicated view matrix only when associated actor is not available.
#rb maxime.mercier
#rnx
#preflight 61faa3614404d5fade1fe1af

#ROBOMERGE-AUTHOR: yoan.stamant
#ROBOMERGE-SOURCE: CL 18828250 via CL 18828270 via CL 18828280 via CL 18836486 via CL 18836855
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18836964 by yoan stamant in ue5-main branch]
2022-02-02 18:44:21 -05:00
Yoan StAmant
ebc9ea62e4 [GameplayDebugger] viewer can now provide view location and direction to the replicator so detaching camera from controller is supported properly for actor picking and culling tests
added view distance and angle to config and updated actor picking + culling
#rb maxime.mercier, mieszko.zielinski
#preflight 61a917f61a368fd603a10e4f
#robomerge 5.0

[CL 18355593 by Yoan StAmant in ue5-main branch]
2021-12-02 14:36:54 -05:00
Maxime Mercier
a531605ca9 Fix crash opening maps when gameplay debugger is enabled for editor world in editor settings
#jira none
#review-18274544
#rnx
#preflight 619d5fb5aa4521f9e7a33611

#robomerge 5.0
#robomerge FnMain

[CL 18276685 by Maxime Mercier in ue5-main branch]
2021-11-23 17:33:37 -05:00
aurel cordonnier
34f55d3a4a Merge from Release-Engine-Test @ 17946149 to UE5/Main
This represents UE4/Main @17911760, Release-5.0 @17915875 and Dev-PerfTest @17914035

[CL 17949667 by aurel cordonnier in ue5-main branch]
2021-10-27 15:14:40 -04:00
Yoan StAmant
ec8b03491b [GameplayDebugger] Extracted picking view point calculation to GetViewPoint exposed through GameplayDebuggerPlayerManager
#jira UE-105121
#review-15321294 @maxime.mercier
#rb maxime.mercier

[CL 15355736 by Yoan StAmant in ue5-main branch]
2021-02-08 07:46:38 -04:00
Marc Audy
bf80889353 UE5/Release-Engine-Staging to UE5/Main
This represents UE4/Main up to CL# 14958402

[CL 15028197 by Marc Audy in ue5-main branch]
2021-01-08 19:56:07 -04:00
Mieszko Zielinski
a2abb8d078 Updated Fortnite's GameplayDebugger categories to not crash in pure-editor mode.
#review-14809849 @Maxime.Mercier, @Yoan.StAmant, @Guillaume.Guay
#rnx
#rb swarm

[CL 14810194 by Mieszko Zielinski in ue5-main branch]
2020-11-24 13:35:55 -04:00
Mieszko Zielinski
f3635c4ead Made displaying GameplayDebugger's UI possible in pure editor-mode
#review-14806333 @Stephen.Holmes, @Aris.Theophanidis, @Maxime.Mercier, @Yoan.StAmant, @Mikko.Mononen
#rb swarm

[CL 14807157 by Mieszko Zielinski in ue5-main branch]
2020-11-23 14:16:46 -04:00
Marc Audy
a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00
Jamie Dale
70a54d23ca Moved USelection to UnrealEd
#rb Chris.Gagnon
#rnx

[CL 14037101 by Jamie Dale in ue5-main branch]
2020-08-05 10:28:16 -04:00
Punlord
b9c7fb3f6a PR #6657: Fix a minor typo in user-facing text in the Gameplay Debugger UI (Contributed by Punlord)
#jira UE-88189


#ROBOMERGE-SOURCE: CL 11281708 via CL 11281718
#ROBOMERGE-BOT: (v647-11244347)

[CL 11281725 by yoan stamant in Main branch]
2020-02-06 12:32:48 -05:00
Marc Audy
4ec917cbba Merging //UE4/Dev-Main to Dev-Framework (//UE4/Dev-Framework) @ 11213977
#rb
#rnx

[CL 11215578 by Marc Audy in Dev-Framework branch]
2020-02-04 11:43:57 -05:00
Mieszko Zielinski
cdc78a905e Changed actor filtering in UGameplayDebuggerLocalController so that it allows regular (non-pawn) AActors selection in the "editor mode" (used while Simulating-in-Editor).
#jira UE-87057
#review-11062750 @Yoan.StAmant, @Mikko.Mononen
#rb Yoan.StAmant, Mikko.Mononen

[CL 11063147 by Mieszko Zielinski in Dev-Framework branch]
2020-01-20 08:19:58 -05:00
ryan durand
471d972e62 Updating copyright for Engine Developer.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 10869240 via CL 10869516 via CL 10869902
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870584 by ryan durand in Main branch]
2019-12-26 15:32:37 -05:00
jon nabozny
6b60663f39 Update Engine and Plugins to use the new Getters / Setters for UActorComponent, USceneComponent, and AActor replicated properties
[at]Ryan.Gerleve, [at]Brian.Bekich
#rb None


#ROBOMERGE-OWNER: jon.nabozny
#ROBOMERGE-AUTHOR: jon.nabozny
#ROBOMERGE-SOURCE: CL 9290108 via CL 9290249
#ROBOMERGE-BOT: (v452-9288972)

[CL 9290520 by jon nabozny in Main branch]
2019-09-29 16:49:10 -04:00
steve robb
14cab21e0c Deprecating ARRAY_COUNT and changing it to UE_ARRAY_COUNT.
Replicated from CL# 7924370.

#rb none


#ROBOMERGE-OWNER: steve.robb
#ROBOMERGE-AUTHOR: steve.robb
#ROBOMERGE-SOURCE: CL 9279060 via CL 9279063
#ROBOMERGE-BOT: (v443-9013191)

[CL 9279836 by steve robb in Main branch]
2019-09-28 08:19:35 -04:00
mieszko zielinski
aec134e035 Added a piece of information to GameplayDebugger that allows syncing it to specific VisLogger recording file (if recoding-to-file is in progress).
#rb none


#ROBOMERGE-SOURCE: CL 8641042 via CL 8652607
#ROBOMERGE-BOT: (v417-8656536)

[CL 8657768 by mieszko zielinski in Main branch]
2019-09-12 13:54:39 -04:00
marc audy
61c6f848d0 Use TActorRange instead of FConstPawnIterator
#rb
#rnx


#ROBOMERGE-SOURCE: CL 6545054 via CL 6545646

[CL 6545694 by marc audy in Main branch]
2019-05-17 12:35:09 -04:00
maxime mercier
dd41644cb6 When picking pawn in the GameplayDebugger, also selecting it in the editor. That way the BehaviorTreeEditor automatically changes to the right one.
#rb meiszko.zielinski


#ROBOMERGE-SOURCE: CL 5336887 via CL 5338221

[CL 5338253 by maxime mercier in Main branch]
2019-03-07 12:21:25 -05:00
Ben Marsh
7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00
Ben Marsh
13d012685f Merging copyright update from 4.19 branch.
#rb none
#rnx
#jira

[CL 3818977 by Ben Marsh in Staging-4.19 branch]
2018-01-02 15:30:26 -05:00