If a blueprint with a child actor component of type TextRenderActor is added to a level and the editor is saved, closed, and reopened, the project will crash with the following assert:
Assertion failed: AttachedActor->ParentComponentActor == this [Link Removed] [Line: 282]
Frequency: 2/2
Crash Reporter: N/A
1. Open Editor (any project)
2. Create new actor blueprint
3. In actor blueprint, create Child Actor Component of type TextRenderActor
4. Compile
5. Place a copy of the blueprint into level viewport, save map
6. Close and re-open the project
Results:
Editor crashes
Expected:
Editor opens, blueprint is located in level.
MachineId:4E82586D46B558EA69EF0EAA821297B1 EpicAccountId:1558531203f84e81b70959b8a59badef Assertion failed: AttachedActor->ParentComponentActor == this [File:D:\BuildFarm\buildmachine_++UE4+Release-4.11\Engine\Source\Runtime\Engine\Private\ActorConstruction.cpp] [Line: 282] UE4Editor_Core!FDebug::AssertFailed() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\core\private\misc\outputdevice.cpp:430] UE4Editor_Engine!AActor::RerunConstructionScripts() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\engine\private\actorconstruction.cpp:260] UE4Editor_Engine!ULevel::IncrementalUpdateComponents() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\engine\private\level.cpp:838] UE4Editor_Engine!UWorld::UpdateWorldComponents() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\engine\private\world.cpp:1328] UE4Editor_UnrealEd!UEditorEngine::Map_Load() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorserver.cpp:2483] UE4Editor_UnrealEd!UEditorEngine::HandleMapCommand() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorserver.cpp:5946] UE4Editor_UnrealEd!UEditorEngine::Exec() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\editorserver.cpp:5436] UE4Editor_UnrealEd!UUnrealEdEngine::Exec() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\unrealedsrv.cpp:744] UE4Editor_UnrealEd!FEditorFileUtils::LoadMap() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\filehelpers.cpp:2070] UE4Editor_UnrealEd!FEditorFileUtils::LoadDefaultMapAtStartup() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\filehelpers.cpp:3282] UE4Editor_UnrealEd!FUnrealEdMisc::OnInit() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\unrealedmisc.cpp:299] UE4Editor_UnrealEd!EditorInit() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\editor\unrealed\private\unrealed.cpp:86] UE4Editor!GuardedMain() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\launch.cpp:133] UE4Editor!GuardedMainWrapper() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\windows\launchwindows.cpp:126] UE4Editor!WinMain() [d:\buildfarm\buildmachine_++ue4+release-4.11\engine\source\runtime\launch\private\windows\launchwindows.cpp:200] UE4Editor!__scrt_common_main_seh() [f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:264] kernel32 ntdll
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
How to delete some elements correctly when deleting an array loop?
How do I set a material as a post-processing material?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-25323 in the post.
0 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.11 |
Target Fix | 4.11 |
Created | Jan 12, 2016 |
---|---|
Resolved | Jan 19, 2016 |
Updated | Jan 31, 2019 |