You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
MeshModelingTools: Allow programmatic changes to properties to update detail panel properly.
#rb Lonnie.Li #rnx #jira UE-103980, UE-101251, UE-96691 [CL 16127920 by semion piskarev in ue5-main branch]
This commit is contained in:
@@ -143,6 +143,11 @@ bool UInteractiveTool::SetToolPropertySourceEnabled(UInteractiveToolPropertySet*
|
||||
return true;
|
||||
}
|
||||
|
||||
void UInteractiveTool::NotifyOfPropertyChangeByTool(UInteractiveToolPropertySet* PropertySet) const
|
||||
{
|
||||
OnPropertyModifiedDirectlyByTool.Broadcast(PropertySet);
|
||||
}
|
||||
|
||||
TArray<UObject*> UInteractiveTool::GetToolProperties(bool bEnabledOnly) const
|
||||
{
|
||||
if (bEnabledOnly == false)
|
||||
|
||||
Reference in New Issue
Block a user