Provide a way for licensees to set a custom class for DataLayerInstanceWithAsset.
See [Link Removed]
In QAGame, create a custom class :
UCLASS(BlueprintType, MinimalAPI) class UQAGameDataLayerInstanceWithAsset : public UDataLayerInstanceWithAsset { GENERATED_BODY() UFUNCTION(Category = "Data Layer|Runtime", BlueprintCallable) virtual FString GetMyString() const { return MyString; } private: UPROPERTY(Category = "Data Layer", EditAnywhere) FString MyString; };
Update QAGame\Config\DefaultEngine.ini
[/Script/Engine.DataLayerManager] DataLayerInstanceWithAssetClass = /Script/QAGame.QAGameDataLayerInstanceWithAsset
UE-74991 also affects Valve Index
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How to achieve HLSL Multiple Render Target in Material blueprints?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Teleporter in the Creative Hub is Locked and cannot be accessed
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-191099 in the post.
0 |
Component | UE - World Creation - Worldbuilding Tools - World Partition |
---|---|
Affects Versions | 5.4 |
Target Fix | 5.3 |
Created | Jul 25, 2023 |
---|---|
Resolved | Jul 26, 2023 |
Updated | Aug 3, 2023 |