That throws a no operands error.
If I switch it to
UE_LOG(LogTemp, Warning, TEXT("Did This call Twice? Owning Actor: %s | Component Name: %s") ) *GetOwner()->GetName(),*GetName());
I get a :
|Error|C4834|discarding return value of function with ‘nodiscard’ attribute