Commit Graph

41 Commits

Author SHA1 Message Date
Sungjin Hong
8ae4968c03 #loc UE4DocKOR
[CL 3044494 by Sungjin Hong in Main branch]
2016-07-11 09:56:55 -04:00
Jeff Wilson
5850a98039 Initial merge of //depot/UE4/Engine/Documentation/... to //UE4/Main/Engine/Documentation/...
#rb none

[CL 3011129 by Jeff Wilson in Main branch]
2016-06-13 13:06:55 -04:00
Marc Audy
b8d61c189f Copying //UE4/Dev-Framework to Dev-Main (//UE4/Dev-Main) @ 2944217
#lockdown Nick.Penwarden

==========================
MAJOR FEATURES + CHANGES
==========================

Change 2899855 on 2016/03/08 by Marc.Audy

	Merging //UE4/Dev-Main to Dev-Framework (//UE4/Dev-Framework) @ 2899785

Change 2926689 on 2016/03/29 by Jeff.Farris

	AAIController::SetFocus() will now implicitly clear any location focus at the same priority.

	UE-27975

	#rb john.abercrombie

Change 2926690 on 2016/03/29 by Jeff.Farris

	Using wildcard operator with the "KismetEvent" or "ke" console commands will now only trigger the event on objects in the world in which it was triggered. Prevents badness with running events on things like CDOs and editor actors. (UE-23106)

Change 2926691 on 2016/03/29 by mason.seay

	Content for testing collision on scaled components

Change 2926692 on 2016/03/29 by Jeff.Farris

	- FixupDeltaSeconds now considers time dilation when clamping.
	- Acceptable range for time dilation values is now a config parameter on WorldSettings
	- Acceptable range for undilated frame times is now a config parameter on WorldSettings

	(UE-27815)

	#rb marc.audy

Change 2926711 on 2016/03/29 by Ori.Cohen

	Fix constraint rendering when scaling a cosntraint actor

	#JIRA UE-28691, UE-28700
	#rb Lina.Halper

Change 2926745 on 2016/03/29 by Lukasz.Furman

	navigation filters can now be instantiated per querier - usually AI agent
	required for FORT-21372

Change 2926789 on 2016/03/29 by Ori.Cohen

	Downgrade check to ensure for 2d physics during a hard shutdown

	#rb Michael.Noland

Change 2926859 on 2016/03/29 by Ori.Cohen

	Fix red herring warnings of not locking physx scenes during hard shutdown.

	#JIRA UE-28747
	#rb Michael.Noland

Change 2927444 on 2016/03/30 by Thomas.Sarkanen

	Fixed Blueprint compiler errors when resetting timer handles

	Added basic support for 64-bit int/uint terms to Blueprint. This allows the use of opaque 64-bit integer types inside of BlueprintType structs, it in no way means that 64-bit ints are fully supported in Blueprint.
	Corrected a left-over formatting oversight when converting a FTimerHandle to a string.
	Added new by-ref "Clear and Invalidate Timer by Handle" function to Blueprint system library & deprecated old version.

	#rb Maciej.Mroz (and a few others!)
	#jira UE-28833 - Unresolved compiler error for B_Pickups blueprint in Fortnite

Change 2927520 on 2016/03/30 by Jurre.deBaare

	Should not allow skeletal mesh components mobility to be set to static, but detach instead

	#fix Added CanHaveStaticMobility to SceneComponent class, and check this when trying to propogate Static mobility to parent component
	#jira UE-26364

Change 2927533 on 2016/03/30 by Jurre.deBaare

	Static Mesh Merge tool: when merging from multiple blueprints, fails to combine same materials
	#fix Material index remapping was part of if-clause where it shouldn't be
	#jira UE-23827

	Static Mesh Merge tool, failed to combine physics data if using complex
	#fix Required copying the SectionInfoMap from source static meshes

	HLOD/MergeActor - Vertex Colours are not correctly propagated to negatively scaled meshes
	#fix had to re-order function calls
	#jira UE-28316

	#rb James.Golding

Change 2927535 on 2016/03/30 by Ori.Cohen

	Make sub-stepping run on game thread

	#JIRA UE-24011
	#rb Gil.Gribb

Change 2927537 on 2016/03/30 by Jurre.deBaare

	Warning message when HLOD mesh > 65536 vertices

	#jira UE-22365
	#fix added messages when building proxy mesh

Change 2927691 on 2016/03/30 by Jeff.Farris

	Fixed potential PlayerState leak (UE-22700)

Change 2927692 on 2016/03/30 by Lina.Halper

	Allow it to select any name they want other than just restrict to what we have.

	- I think it may not be the best solution but with current widget built, you can't even clear name, which is problem.

	- Other solution is to add "Clear" as a name, and when that gets entered, we just clear it, but then the X button is odd and no purpose being there.

	- I think we should just allow them to choose if they don't like it but with suggestions.

	#rb: Ori.Cohen
	#jira UE-27786
	#code review: Benn.Gallagher

Change 2927853 on 2016/03/30 by Lina.Halper

[CL 2944273 by Marc Audy in Main branch]
2016-04-14 16:25:11 -04:00
Matthew Griffin
bb70b349ce Merging CL 2804086 from //UE4/Release-4.11 to Dev-Main (//UE4/Dev-Main) to isolate copyright update
#lockdown Nick.Penwarden

[CL 2819020 by Matthew Griffin in Main branch]
2016-01-07 08:17:16 -05:00
Kimio Yasuda
4957334fa0 Updated file against INTSourceChangelist:2620078
[CL 2638291 by Kimio Yasuda in Main branch]
2015-07-30 04:11:01 -04:00
Kimio Yasuda
f4a77e8330 #loc UE4DocJpn Reflected changes against INTSourceChangelist:2620011
[CL 2636456 by Kimio Yasuda in Main branch]
2015-07-28 22:09:25 -04:00
Kimio Yasuda
462e4a4e19 #loc UE4DocJpn Reflected changes against INTSourceChangelist:2620071
[CL 2636446 by Kimio Yasuda in Main branch]
2015-07-28 22:02:38 -04:00
Kimio Yasuda
ab4b685717 Updated file against INTSourceChangelist:2620063
[CL 2635169 by Kimio Yasuda in Main branch]
2015-07-28 04:59:56 -04:00
Kimio Yasuda
cf7516d701 Updated file against INTSourceChangelist:2620109
[CL 2635135 by Kimio Yasuda in Main branch]
2015-07-28 04:35:52 -04:00
Sungjin Hong
19e4c4b349 #loc UE4DocKOR
[CL 2623003 by Sungjin Hong in Main branch]
2015-07-16 04:14:49 -04:00
Matthew Clark
4259968c89 #UE4doc #docs:
Fixed captitalization errors in titles

[CL 2620109 by Matthew Clark in Main branch]
2015-07-14 10:30:24 -04:00
Matthew Clark
2ae6859713 #UE4doc #docs:
Added Engine Version field
Changed Home link to point to the overview for the tutorial

[CL 2620078 by Matthew Clark in Main branch]
2015-07-14 10:16:48 -04:00
Matthew Clark
b2278901d6 #UE4doc #docs:
Added Engine Version field
Changed Home link to point to the overview for the tutorial
Changed font settings for multiple terms

[CL 2620071 by Matthew Clark in Main branch]
2015-07-14 10:13:14 -04:00
Matthew Clark
9a31dfe77b #UE4doc #docs:
Added Engine Version field
Changed Home link to point to the overview for the tutorial
Changed font settings for multiple terms
Replaced a picture to change the indicator borders and arrows from green to yellow
Removed misplaced note region

[CL 2620063 by Matthew Clark in Main branch]
2015-07-14 10:06:29 -04:00
Matthew Clark
e8d64f0f90 #UE4doc #docs:
Added Engine Version field
Changed Home link to point to the overview for the tutorial
Change font settings for multiple terms
Replaced picture due to it being based off a project with a mismatching name

[CL 2620038 by Matthew Clark in Main branch]
2015-07-14 09:52:41 -04:00
Matthew Clark
81a6e3f439 #UE4doc #docs:
Added Engine Version field

[CL 2620011 by Matthew Clark in Main branch]
2015-07-14 09:33:45 -04:00
Jian Zhang
979816f5f3 #loc UE4DocCHN
[CL 2601820 by Jian Zhang in Main branch]
2015-06-26 02:11:19 -04:00
Jian Zhang
14a59a5941 #loc UE4DocCHN
[CL 2585429 by Jian Zhang in Main branch]
2015-06-12 04:04:17 -04:00
Sungjin Hong
e1edc1950e #loc UE4DocKOR
[CL 2578274 by Sungjin Hong in Main branch]
2015-06-05 05:41:49 -04:00
Michiru Niwa
218f54a290 Updated file against INT#2573946
[CL 2576784 by Michiru Niwa in Main branch]
2015-06-04 05:36:33 -04:00
Michiru Niwa
838409fc56 Updated file against INT$2573946
[CL 2576781 by Michiru Niwa in Main branch]
2015-06-04 05:23:15 -04:00
Michiru Niwa
26ba024ee0 Updated file against INT#2573946
[CL 2576777 by Michiru Niwa in Main branch]
2015-06-04 05:21:13 -04:00
Anthony Zalar
09579b19a8 #UE4doc #docs: changed UPROPERTY to UPROPERTY(EditAnywhere). This way, the user can make the needed changes in the details panel. Changes had to be implemented across all pages to match the updated code section. Tutorial up to date with 4.8
[CL 2573946 by Anthony Zalar in Main branch]
2015-06-02 11:36:36 -04:00
Sungjin Hong
c6d030d4d6 #loc UE4DocKOR
[CL 2546991 by Sungjin Hong in Main branch]
2015-05-12 06:43:12 -04:00
Michiru Niwa
f8d409d635 Updated file against INT#2533979
[CL 2545156 by Michiru Niwa in Main branch]
2015-05-11 05:34:58 -04:00