Nativization of Blueprint Subclass of PlayerStart fails

UE - Gameplay - Feb 23, 2018

Fail to package with nativization. cannot convert from 'USceneComponent *' to 'UBillboardComponent ...

[CrashReport] UE4Editor_UnrealEd!FAssetData::FAssetData() [assetdata.h:107]

Tools - Feb 22, 2018

No user comments on crash group ...

[CrashReport] UE4Editor_CoreUObject!UObject::ProcessEvent() [scriptcore.cpp:1189]

UE - Platform - XR - Feb 22, 2018

No user comments on crash group ...

Connecting GetSequenceBinding node to LevelSequence including Spawnable Actor etc. will result in error

UE - Gameplay - Blueprint Editor - Feb 22, 2018

[Link Removed] ・Open attached project ・Open NewMap ・Confirm that an error appears on the console ・When creating a Windows (64-Bit) package in this state, the same error occurs ...

Snap to Bone doesn't actually affect the rotation of a Constraint in the PhAT editor

UE - Simulation - Physics - Feb 20, 2018

Snap to Bone doesn't actually affect the rotation of a Constraint in the PhAT editor. The visualizer does show the expected rotation but the Constraint will still rotate in the same direction it was ...

[Feature Request] Publish Property "Clear Color" of TextureRenderTarget2D to Editor

Tools - Feb 20, 2018

Currently, "Clear Color" of TextureRenderTarget2D has not been published to the editor. However, there is a request to control ClearColor to use RT as mask in UMG. So, I suggested that it should be  ...

[CrashReport] UE4Editor_Core!rml::internal::ExtMemoryPool::initTLS()

UE - Graphics Features - Feb 17, 2018

No user comments in crash group 108 #endif 109 void* NewPtr = NULL; 110 #if PLATFORM_MAC 111 // macOS expects all allocations to be aligned to 16 bytes, but TBBs ...

Editor Crashes When Trying to Render Canvas From Blueprint

UE - Graphics Features - Feb 15, 2018

This occurs in 4.19p but not in 4.18. Per User: As of current preview, there is no possibility to render in blueprint using canvas, (UCanvas::K2_DrawMaterialTriangle always ends up with assert in  ...

Assets set to Literal Soft Reference Pins in Async Load nodes are not referenced

UE - Gameplay - Feb 15, 2018

When Soft Class/Object references are set to Async Load nodes by using the Literal Pin, they are not referenced by the loading blueprint. ...

MRMeshComponent has no Super call on BeginPlay

UE - Platform - XR - Feb 14, 2018

The MRMeshComponent is a derived component class that should have a call to Super being made, yet there isn't one. ...