Skip to content

Commit

Permalink
minor optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Mar 10, 2021
1 parent d0f925e commit 3e5ea15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/UDPWrapper/Public/UDPComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class UDPWRAPPER_API FUDPNative
};

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FUDPSocketStateSignature, int32, Port);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FUDPMessageSignature, const TArray<uint8>&, Bytes, const FString, IPAddress);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FUDPMessageSignature, const TArray<uint8>&, Bytes, const FString&, IPAddress);

UCLASS(ClassGroup = "Networking", meta = (BlueprintSpawnableComponent))
class UDPWRAPPER_API UUDPComponent : public UActorComponent
Expand Down
2 changes: 1 addition & 1 deletion UDPWrapper.uplugin
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3e5ea15

Please sign in to comment.