diff --git a/Source/UDPWrapper/Public/UDPComponent.h b/Source/UDPWrapper/Public/UDPComponent.h index a888e80..a59258a 100644 --- a/Source/UDPWrapper/Public/UDPComponent.h +++ b/Source/UDPWrapper/Public/UDPComponent.h @@ -94,7 +94,7 @@ class UDPWRAPPER_API FUDPNative }; DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FUDPSocketStateSignature, int32, Port); -DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FUDPMessageSignature, const TArray&, Bytes, const FString, IPAddress); +DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FUDPMessageSignature, const TArray&, Bytes, const FString&, IPAddress); UCLASS(ClassGroup = "Networking", meta = (BlueprintSpawnableComponent)) class UDPWRAPPER_API UUDPComponent : public UActorComponent diff --git a/UDPWrapper.uplugin b/UDPWrapper.uplugin index 2689567..f84b4ac 100644 --- a/UDPWrapper.uplugin +++ b/UDPWrapper.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.9.1", + "VersionName": "0.9.2", "FriendlyName": "UDPWrapper", "Description": "Convenience UDP wrapper plugin.", "Category": "Networking",