When a UObject blueprint is compiled, other blueprints with an Instanced variable of that type will show as REINST and will not recognize the original blueprint data.
UPROPERTY(BlueprintReadWrite, EditAnywhere, Instanced) UMyObject* MyObjectPtr;
Result:
In MyActorBP MyObjectPtr now shows as "REINST MyObjBP C ###"
Expected:
MyObjectPtr holds reference to MyObjBP after the blueprint is compiled.
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How does TextureRenderTarget2D get TArray<uint8> type data?
How to achieve HLSL Multiple Render Target in Material blueprints?
Why does the REMOVE method of map container remove elements have memory leaks?
I can't open my map from the editor.
Head over to the existing Questions & Answers thread and let us know what's up.
10 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.13.1 |
Target Fix | 4.17 |
Fix Commit | 3447537 |
---|---|
Main Commit | 3459511 |
Created | Oct 7, 2016 |
---|---|
Resolved | May 18, 2017 |
Updated | May 25, 2017 |