Alexander Sychov: 전체 콘텐츠 50% 할인

PP Config Extension

Le Sii - 코드 플러그인 - 2024/05/20
평점 없음

Use Custom Configuration ini file write and read.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.1 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.
  • 프로모션 콘텐츠
    프로모션 콘텐츠가 포함되어 있습니다.
    크리에이터가 해당 디지털 콘텐츠는 브랜드, 제품 또는 본인/타인의 비즈니스를 홍보한다고 표시했습니다.

"PP Config Extension" is a plugin that uses custom " *. ini " files as configuration files for reading and writing. It is easy to use for blueprints, support reading and writing config files, and convert them into corresponding data structures. You can also convert a section into a corresponding instantiated object based on its corresponding class type. The instantiation function of objects depends on the reflection architecture of UE.


The implementation of these functions relies entirely on the built-in features of UE and does not use third-party libraries. In theory, it supports multiple platforms (creators do not have testing conditions for testing).

기술적 세부사항

Current Version: 1.0


Features:

  • Load config data structure direct or use config loader to load config and cache config data.
  • Get config section with struct or load data to object by class type.
  • Convert config section to object by class type.
  • Use blueprint node can do those method, or can use C++ API to do.
  • Save config with config loader's cached config data, or can save config by section .
  • Save setting object direct to parse to config section.


Code Modules: (Please include a full list of each Plugin module and their module type

  •  PP Config Extension(Runtime)
  •  PP Config Extension Editor(Editor)


Number of Blueprints:0

Number of C++ Classes:19

Network Replicated: No

Supported Development Platforms: Only Test On Windows

Supported Target Build Platforms: Only Test On Windows , Maybe usage on other platform .

Documentation: Doc

Important/Additional Notes: Will implement editor extension, and post - build copy automation.