Object type variable isn't accepted by Construct Object node

UE - Gameplay - Blueprint - Aug 15, 2017

REGRESSION: Technically a regression from 4.16 Object variables aren't accepted by Construct Object class, even if the value is set to an Object blueprint. The following error is generated:Cannot ...

[CrashReport] UE4Editor_Foliage!FMulticastDelegateBase<FWeakObjectPtr>::CompactInvocationList() [multicastdelegatebase.h:159]

UE - World Creation - Worldbuilding Tools - Foliage - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 150 /** 151 * Removes ...

[CrashReport] UObjectBaseUtility::IsA | UObjectProperty::SerializeItem

UE - Gameplay - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Update: also occurring in 4.18 User DescriptionsCompiled after Refreshing Blueprint node after changine its namePressed compile after creat ...

UKismetArrayLibrary::GenericArray_Shuffle is weighted to return some results more than others

UE - Gameplay - Aug 15, 2017

The implementation of UKismetArrayLibrary::GenericArray_Shuffle() will generate certain array shuffle results more often (up to three times as much) than others, rather than having a roughly equal c ...

Deactivated Skeletal Mesh Component Plays Animation

UE - Gameplay - Components - Aug 15, 2017

Animations on skeletal mesh components set to use an animation asset still play even when the component is deactivated. Found: 4.17 Reproduced: 4.16.3 & 4.18 Main CL# 3585944 ...

[CrashReport] UE4Editor_Kismet!FBlueprintEditorToolbar::GetStatusImage() [sblueprinteditortoolbar.cpp:669]

UE - Gameplay - Blueprint Editor - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided descriptions of their actions when the crash occurred. Source Context 658 switch (Status) 659 { ...

[CrashReport] UE4Editor_CoreUObject!UObjectBase::IsValidLowLevelFast() [uobjectbase.cpp:294]

UE - Gameplay - Blueprint - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Users have not provided useful descriptions of their actions when the crash occurred. User Descriptionschecking stuff on internet. what does ...

Compiling Child Blueprint changes values in parent Blueprint

UE - Gameplay - Blueprint - Aug 15, 2017

When Compiling a blueprint that is a child actor component to another blueprint, the value will be incorrectly displayed if the parent blueprint is also not compiled. Versions Tested 4.16.3 - CL: 3 ...

Crash in Nativized Packaged Game When Overriding Server Event and Calling Parent

UE - Gameplay - Blueprint Runtime - Aug 15, 2017

A crash is occurring in a nativized packaged game when overriding a server event and calling the parent's implementation in a derived class. The crash doesn't seem to produce a detailed callstack. ...

Illegal names are accepted when creating a Content Browser Collection in code

UE - Editor - Content Pipeline - Content Browser - Aug 15, 2017

When a Collection is created in code (see code snippet), the collection accepts names with illegal characters such as periods or spaces. Creating a collection through the editor properly warns that ...