When a property added to an ActorComponent class uses the specifier EditInstanceOnly, the property is editable inside a blueprint with the component rather than only showing up when selecting an instance of the actor in the viewport.
UPROPERTY(EditInstanceOnly, Category = InstanceOnly)
float InstanceOnlyProp;
Result:
InstanceOnlyProp appears in details panel when component is selected
Expected:
InstanceOnlyProp only appears when selecting an instance of the actor in the level viewport.
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
Why RevisionControl connect failed in Unreal5.4 but Unreal5.3 success
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Gameplay - Components |
---|---|
Affects Versions | 4.11.2 |
Target Fix | 4.15 |
Fix Commit | 3188920 |
---|---|
Main Commit | 3194231 |
Created | May 13, 2016 |
---|---|
Resolved | Nov 7, 2016 |
Updated | May 4, 2023 |