Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.06 KB | None | 0 0
  1. ARPGPlayerController.cpp(15) : error C2665: 'TBaseDelegate<TTypeWrapper<void>>::CreateUObject': none of the 2 overloads could convert all the argument types
  2. DelegateSignatureImpl.inl(286) : note: could be 'TBaseDelegate<void> TBaseDelegate<TTypeWrapper<void>>::CreateUObject<AARPGPlayerController,FString,ETravelType,bool>(UserClass *,void (__cdecl AARPGPlayerController::* )(FString,ETravelType,bool) const,FString,ETravelType,bool)'
  3.         with
  4.         [
  5.             UserClass=AARPGPlayerController
  6.         ]
  7. DelegateSignatureImpl.inl(277) : note: or       'TBaseDelegate<void> TBaseDelegate<TTypeWrapper<void>>::CreateUObject<AARPGPlayerController,FString,ETravelType,bool>(UserClass *,void (__cdecl AARPGPlayerController::* )(FString,ETravelType,bool),FString,ETravelType,bool)'
  8.         with
  9.         [
  10.             UserClass=AARPGPlayerController
  11.         ]
  12. ARPGPlayerController.cpp(15) : note: while trying to match the argument list '(AARPGPlayerController *const , void (__cdecl APlayerController::* )(const FString &,ETravelType,bool), const FString, ETravelType, bool)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement