/
Manifest
/
Real_Texture
Обзор
Документация
Войти
/
Manifest
/
Real_Texture
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Plugins/configs_reader_plugin/Source/ConfigReaderPlugin/Private/ConfigReaderPlugin.cpp
20 строк
640 B
m.samodurov
init commit for The Invaders
17 фев 2026, 04:57
17 фев 2026, 04:57
4a668d4
Код
Авторство
О чём код?
// Copyright Epic Games, Inc. All Rights Reserved. #include "ConfigReaderPlugin.h" #define LOCTEXT_NAMESPACE "FConfigReaderPluginModule" void FConfigReaderPluginModule::StartupModule() { // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module } void FConfigReaderPluginModule::ShutdownModule() { // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading, // we call this function before unloading the module. } #undef LOCTEXT_NAMESPACE IMPLEMENT_MODULE(FConfigReaderPluginModule, ConfigReaderPlugin)