CookAdditionalFilesOverride Context struct

UE - Foundation - Core - Cooker - Sep 23, 2022

virtual void UObject::CookAdditionalFilesOverride allows non-package files to be copied or created during the cook whenever a UObject of your class is in a package that is cooked. This is useful for ...

AssetManager: PrimaryAssets: Allow PrimaryAssetTypesToScan entries to be extended from plugins to add directories

UE - Foundation - Core - Cooker - Feb 23, 2023

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 ...

Physics Asset details window jitters when shrunk.

Tools - Sep 29, 2014

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 ...

Crash adding an AnimComposite to itself

OLD - Anim - Feb 24, 2017

Error message: Stack overflow - code c00000fd (first/second chance not available) Source Context: 74 void UAnimComposite::GetAnimationPose(FCompactPose& OutPose, FBlendedCurve& OutCurve, c ...

[CrashReport] Assertion failed: *LinkedTo == RequestingPin [edgraphpin.cpp:1747]

UE - Gameplay - Blueprint - Aug 29, 2017

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 ...

[CrashReport] UE4Editor-D3D11RHI!static void TerminateOnDeviceRemoved(HRESULT, struct ID3D11Device *) [D3D11Util.cpp:160]

UE - Rendering Architecture - RHI - May 6, 2020

This ticket tracks instances of D3DHung crashes now that Aftermath has been enabled in 4.25.0. [Link Removed] was marked fixed and closed with the enabling of Aftermath. Error Messages: Fatal err ...

Cook Determinism - Construction Scripts and ChildActorComponent issues with DiffCooks

UE - Gameplay - Components - Jul 26, 2024

To step through the issue, in the -DiffOnly cook add a breakpoint to UChildActorComponent::OnRegister and UChildActorComponent::OnUnregister. It should hit 4 times:Once when LoadPackage loads the ma ...

Errors when compiling editor on Mac

UE - Simulation - Physics - Character - Feb 6, 2017

The following error appears multiple times when compiling the editor on Mac:Undefined symbols for architecture x86_64: "NvClothDestroyFactory(nv::cloth::Factory*)", referenced from: FC ...

Create a "Input Device User Mapping Schema" of some kind for PC

UE - Gameplay - Input - Feb 13, 2024

When you are playing a game on PC (especially local multiplayer) many developers want to change how input devices are "mapped" to different players. For example, a single player game might want the ...

Creating a copy of BSP after fliping it in geometry edit mode cause the copy to be invisible

UE - LD & Modeling - Modeling Tools - BSP - Aug 29, 2014

Branch Build Label UE4-Main Promoted-CL- 2270796 DESCRIPTION: If a player goes into geometry edit mode and flips a bsp then makes a copy of it the copy will appear invisible ADDITIONAL NOTES: A ...