UE_LOG(LogTemp,Warning,TEXT("[DisplayClusterEventWrapper] Event does not belong to this object %d vs %d (this object)."),EventObjectId,ObjectId)
return;
}
...
...
@@ -60,6 +66,7 @@ public:
if(EventMethodName!=MethodName)
{
// 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)