File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Plugins/kbengine_ue4_plugins
Source/KBEnginePlugins/Engine Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66
77 1: Generate client plugins through projects
88 1: Double click to run kbengine\*assets\gensdk.bat
9- 2: Copy kbengine_ue4_plugins to {ProjectName }\Plugins
9+ 2: Copy kbengine_ue4_plugins to {UE4ProjectName }\Plugins
1010
1111 2: Add "KBEnginePlugins" to *.Build.cs
1212 {ProjectName}\Source\{ProjectName}\{ProjectName}.Build.cs
3535 Account.cpp: pBaseEntityCall->reqAvatarList();
3636 Avatar.cpp: pCellEntityCall->relive(reliveType);
3737
38+ Reference: https://github.com/kbengine/kbengine/issues/532
39+
3840 4: Monitor KBE-plugins event
3941 For example:
4042 class KBENGINE_UE4_DEMO_API AGameModeLogin : public AGameMode
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ void KBEngineApp::reset()
205205 serverdatas_.Empty ();
206206
207207 serverVersion_ = TEXT (" " );
208- clientVersion_ = TEXT (" 1.1.5 " );
208+ clientVersion_ = TEXT (" 1.1.7 " );
209209 serverScriptVersion_ = TEXT (" " );
210210 clientScriptVersion_ = TEXT (" 0.1.0" );
211211
You can’t perform that action at this time.
0 commit comments