Various licensees are reporting data loss on load due to the change that was made for [Link Removed] in which we now defer Blueprint CDO construction on load until the finalization phase.
This issue is limited to Blueprint assets with circular dependencies and only when loaded asynchronously via other dependent assets in the editor.
Current suggested workaround in lieu of a fix is to reconfigure referencing assets to avoid loading Blueprint assets asynchronously as a dependency (i.e. by either removing the circular dependency from the dependent asset, removing the reference that triggers the load as a dependency, or by using a "soft" object reference in a referencing asset that is loaded asynchronously.
Repro steps in Lyra project:
// NativeBase.h: #pragma once #include "CoreMinimal.h" #include "UObject/Object.h" #include "UObject/ObjectMacros.h" #include "NativeBase.generated.h" /** * */ UCLASS(Blueprintable, EditInlineNew) class LYRAGAME_API UNativeBase : public UObject { GENERATED_BODY() public: UNativeBase(); UPROPERTY(EditAnywhere) int32 InheritedProperty; }; // NativeBase.cpp: #include "NativeBase.h" UNativeBase::UNativeBase() { InheritedProperty = 2; }
N/A
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I'm working on a VR Project and I cannot add Nav Mesh to the stairs??
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
Why does the system plugin 'UnrealBuildTool' error could not be found when the project is compiled?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-175370 in the post.
4 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 5.1 |
Target Fix | 5.2 |
Created | Jan 27, 2023 |
---|---|
Resolved | Feb 27, 2023 |
Updated | Nov 8, 2023 |