Allow having TArray with index size using 64 bits instead of 32 bits

UE - Foundation - Core - Apr 27, 2018

With the geometry data getting bigger and bigger we hit more often the int32 limits of the default TArray. All geometry data is store in array so we cannot have more then 2GB of vertexinstances or t ...

GetVoiceData() uninitializes VoiceCapture and returns no data

UE - Audio - Apr 27, 2018

Using GetVoiceData causes VoiceCapture to become uninitialized and it is currently not possible to get voice data this way. Regression?: Yes This did not occur in 4.18 This occurs in 4.19 ...

FMovieSceneTrackCompilerArgs :: DefaultCompletionMode Becomes Undefined Value Using Add New Camera and CameraCut Button of Sequencer

UE - Anim - Sequencer - Apr 27, 2018

FMovieSceneTrackCompilerArgs::DefaultCompletionMode is undefined value in UMovieSceneTrack::Compile if using add new camera and cameracut button of sequencer. When creating another track, processin ...

Blueprint breakpoint only hits the first Element in an Array when using a ForEachLoop

UE - Gameplay - Blueprint - Apr 26, 2018

The Print String breakpoint is hit for the first element in the array. When resuming, the next breakpoint hit is on the Event Tick. The Print String breakpoint is never hit for the second of third e ...

Show Planar Limit Does Not Show Constraints

OLD - Anim - Apr 25, 2018

Show Planar Limit does not display the constraints in the viewport of the animation Blueprint Constraints are visible in 4.18.3 ...

Show Spherical Limit Does Not Show Constraints

OLD - Anim - Apr 25, 2018

Show Spherical Limit does not display the constraints in the viewport of the animation Blueprint Constraints are visible in 4.18.3 ...

Sequencer: Shot Comprised of Several Shots Set to "Evaluate Subsequences in Isolation" Timeline Does Not Scrub

UE - Anim - Sequencer - Apr 24, 2018

When opening NewLevelSequence, opening shot0010_001, changing the playback settings to Evaluate Subsequence in Isolation, switching back to NewLevelSequence, opening shot0020_001, and scrubbing, ani ...

Cannot use code class if it is placed in a folder named "Device"

UE - Foundation - Core - Apr 24, 2018

C++ classes that are located within a folder named "Device" cannot be seen or used within the Editor. The classes cannot be found within the Content Browser, and they cannot be used to create Bluepr ...

Behavior Tree corrupts as REINST after PIE when using Blueprint Compilation Manager

UE - Gameplay - Blueprint Compiler - Apr 24, 2018

When Blueprint Compilation Manager is enabled, behavior tree node can get corrupted as REINST.  ...

Crash when removing Blueprint function

UE - Gameplay - Blueprint Compiler - Apr 23, 2018

The Editor crashes whenever the reference to the "DeleteThisFunction" function is deleted. ...