소스 검색

Update MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

Co-authored-by: lumberyard-employee-dm <[email protected]>
Signed-off-by: Gene Walters <[email protected]>
Gene Walters 2 년 전
부모
커밋
dd6f8560de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

+ 1 - 1
MPSGameLift/Code/Source/MPSGameLiftClientSystemComponent.cpp

@@ -67,7 +67,7 @@ namespace MPSGameLift
         JoinSessionInternal(consoleFunctionParameters[0], m_playerId);
     }
 
-    void MPSGameLiftClientSystemComponent::JoinSessionInternal(const AZStd::string& sessionId, const AZStd::string& playerId)
+    void MPSGameLiftClientSystemComponent::JoinSessionInternal(AZStd::string_view sessionId, AZStd::string_view playerId)
     {
         AWSGameLift::AWSGameLiftJoinSessionRequest request;
         request.m_sessionId = sessionId;