あっぷあっぷブログ

UnrealEngine(ゲーム用途)関連の備忘録です。

UE5_エラーログ

【UE5】ある日エディタが起動しなくなった

今回の原因 WidgetBPが壊れていました。 エディタ起動と同時にクラッシュ エディタ起動と同時にCrashRepoterが表示され、 Assertion failed: Linker [File:D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp] [Lin…

【UE5/Log】'PlayerController'ターゲットとして有効なプレイヤーコントローラーを想定しています

エラー内容 PIE: Error: SetInputMode_UIOnlyは、'PlayerController'ターゲットとして有効なプレイヤーコントローラーを想定しています 原因 Widget内のPre ConstructイベントでSet Input Mode UI Onlyノードを使用し、PlayerControllerを参照しようとしてい…

【UE5/Log】SpawnActor時の警告ログ

警告ログ LogPhysics: Warning: UWorld::FindTeleportSpot called with an actor that is intersecting geometry. Failed to find new location likely due to movement component's 'UpdatedComponent' not being a collider component. アクターのスポーン…