You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Made blackboard key name editable in details tab #UE4
UE-7112 [CL 2515716 by Mieszko Zielinski in Main branch]
This commit is contained in:
committed by
mieszko.zielinski@epicgames.com
parent
fd9bf1f589
commit
158d72e521
+1
-1
@@ -45,7 +45,7 @@ void FBlackboardDataDetails::CustomizeDetails( IDetailLayoutBuilder& DetailLayou
|
||||
.ValueContent()
|
||||
[
|
||||
SNew(SHorizontalBox)
|
||||
.IsEnabled(false)
|
||||
.IsEnabled(true)
|
||||
+SHorizontalBox::Slot()
|
||||
[
|
||||
EntryNameProperty->CreatePropertyValueWidget()
|
||||
|
||||
Reference in New Issue
Block a user