This issue has been closed as 'Won't Fix' due to an extended period of time without updates. If this issue is important to you please let us know by posting on the AnswerHub or UDN, and Epic will re-open the ticket for further review.
Defining an FTransform in code with VisibleAnywhere, BlueprintReadOnly allows the variable to still be edited per instance placed in the level.
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
FTransform myTransform;
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
float myFloat;
Result:
myFloat value is grayed out but extending the drop-down of myTransform allows the location, rotation, and scale values to be edited.
Expected:
VisibleAnywhere, BlueprintReadOnly allows variable to be seen but not edited in the editor.
Repro Rate:
3/3
error message when install in U.E 5.3 - IS-IN-FCO2-82
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 to achieve HLSL Multiple Render Target in Material blueprints?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
Head over to the existing Questions & Answers thread and let us know what's up.