Commit Graph

1592 Commits

Author SHA1 Message Date
jordan hoffmann
836e30d287 [Backout] - CL16915099
#fyi jordan.hoffmann
Original CL Desc
-----------------------------------------------------------------
Feature: Move breakpoint storage out of the uasset file
Description: Make it so breakpoints are saved in the EditorPerProjectUserSettings ini rather than blueprint uasset files so that they can be excluded from version control and be unique to the user

#jira UE-119540

[CL 16929845 by jordan hoffmann in ue5-main branch]
2021-07-22 15:40:47 -04:00
jordan hoffmann
bad0f9c9a5 Feature: Move breakpoint storage out of the uasset file
Description: Make it so breakpoints are saved in the EditorPerProjectUserSettings ini rather than blueprint uasset files so that they can be excluded from version control and be unique to the user

#jira UE-119540

[CL 16915099 by jordan hoffmann in ue5-main branch]
2021-07-21 16:39:34 -04:00
ben hoffman
54d7dba4d2 Disable warning for uncooked blueprint functions that are placed in runtime blueprints. This warning was accidently turned on by a previous change and is invalid.
#jira none
#rb phillip.kavan
#rnx

#fyi max.chen

[CL 16888305 by ben hoffman in ue5-main branch]
2021-07-19 16:20:50 -04:00
jordan hoffmann
d14371e681 Fix: The 'const' checkbox should not be visible in the Details tab for Blueprint Library functions.
#jira UE-39711
#rb mark.audy

[CL 16838997 by jordan hoffmann in ue5-main branch]
2021-07-13 13:03:03 -04:00
danny chapman
f4b63c4c71 Navigation into/out of Blendspace graphs
#rb thomas.sarkanen
#jira UE-117372

[CL 16771404 by danny chapman in ue5-main branch]
2021-06-24 08:41:18 -04:00
aurel cordonnier
6afbe952ee Fixes for no unity errors
#rb trivial
#rnx

[CL 16700115 by aurel cordonnier in ue5-main branch]
2021-06-16 22:15:46 -04:00
ben zeigler
3260bb55f0 #jira UE-117761 Remove white spaces from display names before using them as math expression functions, l may add more advanced redirector support later
Fix math expression nodes to properly report errors by making sure a connected output pin will be saved as broken and copy error text accross reconstruct
Add ability to write out intermediate compiler errors at append time, and fix issue where the same source node would get appended to multiple times
#rb mike.beach

[CL 16666481 by ben zeigler in ue5-main branch]
2021-06-14 19:00:52 -04:00
Thomas Sarkanen
f4eba0b80e Added ability to show external graphs in My Blueprint
Only one level of external graph is added to avoid circular references creating infinite recursion

#rb Phillip.Kavan

[CL 16641649 by Thomas Sarkanen in ue5-main branch]
2021-06-11 11:02:41 -04:00
aurel cordonnier
e0ad4e25df Merge from Release-Engine-Test @ 16624776 to UE5/Main
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576

[CL 16625248 by aurel cordonnier in ue5-main branch]
2021-06-10 13:13:24 -04:00
Tim Smith
c21dd493c5 Fixed global delegate functions to support changes when doing live coding.
Fixed issue where changing a function signature in an interface wouldn't update nodes in a blueprint.
Changed the API of the deferred registry to be more inline with UE coding standards.

#rb ben.marsh phillip.kavan
#rnx
#jira UE-113662
#preflight 60c0c0fdc61264000190e16a

[CL 16606206 by Tim Smith in ue5-main branch]
2021-06-09 11:42:43 -04:00
Tim Smith
c5c896a142 Fix issue where a property get/set node fails to refresh after the reference class is re-instanced via Live Coding
#rb marc.audy
#rnx
#preflight 60c0a4eb1264df00015316a4

[CL 16604100 by Tim Smith in ue5-main branch]
2021-06-09 09:33:04 -04:00
sara schvartzman
88bbfc1b93 ControlRig: Restrict variable types to allowed CR types
#jira UE-116908
#rb helge.mathee

[CL 16601558 by sara schvartzman in ue5-main branch]
2021-06-09 04:44:48 -04:00
jordan hoffmann
4b964ea1f7 Fix: Outer Pin of Construct Object from Class should not have an asset picker
- changed pin visual to a "self" style
- made pin default to "self" if there's nothing connected to it
#jira UE-43152
#rb ben.hoffman
#p4v-cherrypick 16552999

[CL 16582225 by jordan hoffmann in ue5-main branch]
2021-06-07 22:20:27 -04:00
sara schvartzman
a004ea816a ControlRig: Adding local variables to CR graphs UI
#jira UE-110373
#rb helge.mathee

[CL 16568265 by sara schvartzman in ue5-main branch]
2021-06-07 06:49:07 -04:00
Ben Woodhouse
a90e2a24e3 Back out CL 16552999 due to cook failures
#jira UE-117352
#fyi jordan.hoffman

[CL 16565883 by Ben Woodhouse in ue5-main branch]
2021-06-06 10:57:10 -04:00
jordan hoffmann
4e71a692e3 Fix: Outer Pin of Construct Object from Class should not have an asset picker
- changed pin visual to a "self" style
- made pin default to "self" if there's nothing connected to it
#jira UE-43152
#rb ben.hoffman

[CL 16552999 by jordan hoffmann in ue5-main branch]
2021-06-03 16:55:24 -04:00
aurel cordonnier
43fa62fcd8 Merge from Release-Engine-Test @ 16487383 to UE5/Main
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526

[CL 16488106 by aurel cordonnier in ue5-main branch]
2021-05-27 13:40:37 -04:00
ben hoffman
bc7c168058 During compilation of an Anim BP, if this node gets pruned then the outer will be the /Engine/Transient/ package, which will result in this node not having a valid SelfContext, so there is no need to set any further information based on this function as it will not be used.
This prevents an Ensure being hit in UK2Node_CallFunction::SetFromFunction which will cause cook failures.

#jira UE-116112
#rb phillip.kavan
#rnx
#preflight 60a579d3a5fa6d00013a749b

#ROBOMERGE-SOURCE: CL 16394619 in //UE5/Private-Frosty/...
#ROBOMERGE-BOT: STARSHIP (Private-Frosty -> Main) (v804-16311228)

[CL 16399667 by ben hoffman in ue5-main branch]
2021-05-20 03:38:47 -04:00
aurel cordonnier
e31ae6ee1f Fix CIS no unity errors
#rb trivial

[CL 16390334 by aurel cordonnier in ue5-main branch]
2021-05-19 14:53:17 -04:00
Thomas Sarkanen
ceee4ecac6 Added the concept of thread safe Blueprint functions
Either enabling the 'thread safe' checkbox for a function or overriding an already thread safe (either native or BP) function will enable compile-time checking for thread safety.
Checks are based around the complied statement list rather than the bytecode itself.

#rb Phillip.Kavan,Jurre.deBaare

[CL 16382389 by Thomas Sarkanen in ue5-main branch]
2021-05-19 04:47:35 -04:00
ben zeigler
a2f4448f56 #jira UE-110253 Add tooltips to warn users that cast nodes or soft references to BP classes can cause expensive BP references
#rb None

[CL 16375524 by ben zeigler in ue5-main branch]
2021-05-18 16:40:24 -04:00
ben zeigler
aa63587e94 #jira UE-113830 Fix it so custom events bound to delegates copy their default values over as long as the signature doesn't change
This fixes confusing UI behavior where it would dirty the blueprint as you saved it, and keeps function defaults that were set before being connected to a delegate
#rb phillip.kavan

[CL 16373685 by ben zeigler in ue5-main branch]
2021-05-18 15:14:41 -04:00
Thomas Sarkanen
19cfad9ac3 Back out 16367405
[CL 16368980 by Thomas Sarkanen in ue5-main branch]
2021-05-18 12:06:38 -04:00
Thomas Sarkanen
4b80949f13 Added the concept of thread safe Blueprint functions
Either enabling the 'thread safe' checkbox for a function or overriding an already thread safe (either native or BP) function will enable compile-time checking for thread safety.
Checks are based around the complied statement list rather than the bytecode itself.

#rb Phillip.Kavan,Jurre.deBaare

[CL 16367405 by Thomas Sarkanen in ue5-main branch]
2021-05-18 10:41:11 -04:00
Tim Smith
0d25892ca9 Fixing issue with ScriptStructs and Enumerations appearing in the blueprint editor that have already been re-instanced. This resulted in a crash with ScriptStructs. Also fixed issue with changes to default values in a script struct not being refected in the blueprint nodes.
#rb marc.audy
#rnx
#jira UE-115768
#preflight 60a3a53aae0db00001ba6c8c

[CL 16365503 by Tim Smith in ue5-main branch]
2021-05-18 08:12:55 -04:00