UE_LOG(LogTemp,Warning,TEXT("[DisplayClusterEventWrapper] Event does not belong to this object %s vs %s (this object)."),*EventObjectName,*ObjectName)
return;
return;
}
}
...
@@ -66,7 +61,6 @@ public:
...
@@ -66,7 +61,6 @@ public:
if(EventMethodName!=MethodName)
if(EventMethodName!=MethodName)
{
{
// This event does not belong to this method.
// This event does not belong to this method.
UE_LOG(LogTemp,Warning,TEXT("[DisplayClusterEventWrapper] This event does not belong to this method. %s vs %s (this object)."),*EventMethodName,*MethodName)
return;
return;
}
}
...
@@ -78,8 +72,6 @@ public:
...
@@ -78,8 +72,6 @@ public:
// This call will deserialze the values and fill all values in the tuple appropriately.
// This call will deserialze the values and fill all values in the tuple appropriately.