Custom Node plugged into World Displacement cannot convert from FMaterialTessellationParameter to FMaterialPixelParameter

UE - Graphics Features - Nov 30, 2015

Custom Nodes plugged into World Displacement are yielding:Error [SM5] error X3017: 'CustomExpression1': cannot implicitly convert from 'struct FMaterialTessellationParameters' to 'struct FMaterialP ...

Custom Events with duplicate input names will not compile

UE - Gameplay - Blueprint - Jan 12, 2015

Custom Events with duplicate input names will not compile. This does not occur immediately: creating two Custom Events with two identically named inputs will not cause a compile error, but if you re ...

Custom events cannot be overriden in child blueprints

UE - Gameplay - Blueprint - Jul 25, 2017

Custom events cannot be overriden in child blueprints. The add event option is no longer available so as to override a custom event that was created in the parent. This appears to be a regression. ...

Replicated Struct with TMap property cannot compile even with custom NetSerialize

UE - Networking - Dec 9, 2021

While TMaps are not supported for replication, previously one workaround for this was to wrap the TMap property in a container struct. Users could then implement a custom NetSerialize function for t ...

Custom Depth does not work on Foliage Actors

UE - World Creation - Worldbuilding Tools - Foliage - Nov 28, 2014

Issue: Currently, there is no parameter to allow users to render custom depth on foliage actors. Request: Set parameter to allow users to choose to render custom depth on foliage actors. URL: ...

Custom functions can call Set Timer nodes

UE - Gameplay - Blueprint - Nov 11, 2015

Custom functions can call Set Timer nodes. There are no other time related functions that can be called through custom functions. Calling a timer through custom functions seems to lead to editor cra ...

Custom Mesh Component gives incorrect bounds

OLD - Anim - Jun 16, 2017

Custom Mesh Component > Get Component Bounds gives incorrect bounds > Box Extent User Description: [4.16.1] Using "Get Component Bounds" on a Custom mesh component gives unusual numbers for the Bo ...

Custom Events set to Replicate do not show the replication information on the node until the Editor is restarted

UE - Gameplay - Blueprint - Mar 3, 2015

Custom Events set to Replicate do not show the replication information on the node until the Editor is restarted. For example, after setting a Custom Event to Multicast, the "Replicated From Server ...

The Remove all widgets node also removed custom cursors

UE - Editor - UI Systems - Dec 7, 2016

The Remove all widgets node also removed custom cursors. If a user sets a custom cursor up in the project settings, this will be removed along with all other widgets in the view port. It feels that ...

Deleted custom event restricts name use on other fucntions/variables

UE - Gameplay - Blueprint - Jun 17, 2015

If a custom event has been deleted, the name used on that custom event will not be able to be used on other functions/variables. This can be seen on the video posted here; [Link Removed] ...