StartGAme not showing in Blueprint nodes

here is the following code from the .h file

protected:

	virtual void BeginPlay() override; 

	UFUNCTION(BlueprintImplementableEvent)
	void StartGame();

private:

Turned off live coding and then recompiled :confounded:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms