Plugins created using the Third Party Library template won't load in a packaged build or the Launch button in the Editor Toolbar, but will if launched through the Project Launcher Window via the Edi ...
BlueprintGeneratedClass is not based UBleupint. So the following code is failed. bool UActorFactoryBlueprint::PreSpawnActor( UObject* Asset, FTransform& InOutLocation) { UBlueprint* Blueprint = ...
When using a dedicated server and a class with an explicit Tick Interval set, if the class' overlaps are updated in the begin overlap event, in a non-consequential way(changing collision profile in ...
After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...
If there are multiple copies of an input on the graph, when it is renamed, all the connections are broken and rerouted to a single node, orphaning the rest on the graph. I believe this may be a dupl ...
Depth of Field, with "r.DOF.Recombine.Quality = 0" will adjust the size of the depth in focus based on screen percentage. This might be related to over-fitting from the tile classification, because ...
When an Instanced Static Mesh Component (ISMC) uses a material with a non-zero Max World Position Offset Displacement, the bounds are correctly expanded at initialization. However, after calling Upd ...
When moving a skeletal mesh from one folder to another will lose the skeletal mesh reference in the Physics Asset. A warning message will appear. Picture attached. James: Do things like FStringAss ...