Game.ini:[/Script/Engine/AssetManagerSettings]:PrimaryAssetTypes is an ini setting to specify which PrimaryAssets should be used by the engine during cook to specify which packages gets cooked and w ...
The Add Content menu in the engine (on the menu bar just above the viewport) maintains a category of Recently Placed actors. In order to remember items between runs of the editor, the Recently Place ...
Error on some Niagara emitters using the WindForce module: LogNiagaraEditor: Error: Invalid input type found while attempting initialize new rapid iteration parameters. Function Node: /Game/FX/Expl ...
Branch Build Label UE4-Main Promoted-CL- 2306964 DESCRIPTION: When using the vehicle template and having any wheel selected inside the physics asset, shrinking the size of the details window ca ...
If a child actor component has a local offset from the parent, any of the child's variables that are set in the parent's construction script are not registered. Workaround: Setting child variables ...
Log showing the issue is caused by a reimport:https://udn.unrealengine.com/questions/331317/recurring-editor-crash.html This Jira was created from CrashReports submitted by the public due to the hi ...
Error message: Stack overflow - code c00000fd (first/second chance not available) Source Context: 74 void UAnimComposite::GetAnimationPose(FCompactPose& OutPose, FBlendedCurve& OutCurve, c ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...
This is a common crash occurring in 4.17 and back to at least 4.15. User Descriptionspress cntr Z Source Context 1734 check(ResolveType == EPinResolveType::LinkedTo); 1735 ...
When a client sends an Unreliable RPC to the Server in same frame with a Reliable RPC, Unreliable RPCs are Reliable. It implies extremely high lag on each lost RPC and all following ones. User lose ...