Skip to content

Commit

Permalink
expose the library function to c++
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jul 30, 2019
1 parent 5ed8a00 commit 07d3a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/SocketIOClient/Public/SocketIOFunctionLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ UCLASS()
class SOCKETIOCLIENT_API USocketIOFunctionLibrary : public UBlueprintFunctionLibrary
{
GENERATED_BODY()


public:

/** Static function to spawn a component that doesn't attach */
UFUNCTION(BlueprintCallable, Category = "SocketIO Client Static", meta = (WorldContext = "WorldContextObject"))
static USocketIOClientComponent* ConstructSocketIOComponent(UObject* WorldContextObject);
Expand Down

0 comments on commit 07d3a5e

Please sign in to comment.