It appears that the Anim Instance class is no longer accessible. As a result, no animation blueprints made are accessible via blueprints - regardless of whether or not the skeletal mesh actually use ...
From UDN https://udn.unrealengine.com/questions/518184/move-selected-actors-to-level-will-move-all-foliag.htmlWe've noticed a very dangerous behavior when moving actors from one level to another. If ...
BlueprintGeneratedClass is not based UBleupint. So the following code is failed. bool UActorFactoryBlueprint::PreSpawnActor( UObject* Asset, FTransform& InOutLocation) { UBlueprint* Blueprint = ...
Within USkinnedMeshComponent::UpdateLODStatus_Internal, if the USkinnedMeshComponent does not yet have a MeshObject, MaxLODIndex will be left as 0 and as a result PredictedLODLevel will be set to 0 ...
Enabling the disaster recovery plugin causes a memory leak when importing and editing a large amount of textures. This can result in either a system lockup or a crash. ...
Dropping audio assets onto audio subtracks in the timeline adds them to a regular audio track instead. ...
DeploymentServer fails to transfer the files LogPlayLevel: ********** DEPLOY COMMAND STARTED ********** LogPlayLevel: Running: F:\UE4-Release-4.23\Engine\Binaries\DotNET\IOS\DeploymentServer.exe ...
It appears the custom hit testing logic of WidgetComponent handles click positions well via UWidgetComponent::GetHitWidgetPath adding virtual mouse coordinates to the arranged widget, but mouse move ...
Before assigning RefSkeleton, FSkeletalMeshMerge::MergeSkeleton calls BuildSockets->RebuildSocketMap->FSocketInfo->RefSkeleton.FindBoneIndex, which incorrectly sets the SocketBoneIndex. ...