Skip to content
Snippets Groups Projects
Commit d9aae4a9 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

5.3 downgrade of 5.5

parent 812ed426
No related branches found
No related tags found
No related merge requests found
Showing with 2 additions and 1 deletion
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -117,6 +117,7 @@ bool AClusterRepresentationActor::AttachDCRA() ...@@ -117,6 +117,7 @@ bool AClusterRepresentationActor::AttachDCRA()
return false; return false;
} }
} }
/*
else // if we just spawned the DCRA, it is not yet the primary one and this check makes no sense else // if we just spawned the DCRA, it is not yet the primary one and this check makes no sense
{ {
if (!DCRA->IsPrimaryRootActor()) if (!DCRA->IsPrimaryRootActor())
...@@ -126,7 +127,7 @@ bool AClusterRepresentationActor::AttachDCRA() ...@@ -126,7 +127,7 @@ bool AClusterRepresentationActor::AttachDCRA()
return false; return false;
} }
} }
*/
bool bAttached = DCRA->AttachToActor(this, FAttachmentTransformRules::SnapToTargetNotIncludingScale); bool bAttached = DCRA->AttachToActor(this, FAttachmentTransformRules::SnapToTargetNotIncludingScale);
UE_LOGFMT(Toolkit, Display, "Attaching DCRA {DCRA} to {this} returned {Res}", DCRA->GetName(), GetName(), UE_LOGFMT(Toolkit, Display, "Attaching DCRA {DCRA} to {this} returned {Res}", DCRA->GetName(), GetName(),
bAttached); bAttached);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment