GameIniFile

1
별 5개 중 5개(평점 1개)
  • 100%
  • 0%
  • 0%
  • 0%
  • 0%

Game Ini File For Game Server Or Game

  • 지원 플랫폼
  • 지원 엔진 버전
    5.3 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

FUNCTIONALITY DETAILS


functions categorized into sections such as "Read", "Write", "Modify", and "Info". These functions cover a wide range of data types including integers, doubles, floats, strings, colors, booleans, vectors, vectors2D, transforms, and rotators.


Each function performs its specific task, such as ReadINI to read a value from a specified section and key in an INI file, WriteINI to write a value to a specified section and key, RemoveKeyFromSection to remove a key from a section, and so on.


Additionally, there are functions like GetKeys, GetSections, SectionExists, and KeyExists for retrieving information about sections and keys in an INI file.



기술적 세부사항


  1. Reading Data from INI File:
  • These functions allow you to retrieve different types of information stored in an INI file, like numbers, text, colors, or even positions of objects in your game.
  1. Writing Data to INI File:
  • Conversely, these functions help you update or add new information to your INI file.
  1. Modifying INI File:
  • These functions offer ways to change the structure of your INI file by removing or deleting sections or keys within it.


Number of Blueprints:1

Number of C++ Classes:21

Network Replicated: (Yes)

Supported Development Platforms: (Windows 64)

Supported Target Build Platforms: (Windows 64)

Documentation: Click Here

Discord: Click Here

Important/Additional Notes: Works With SGK Dedicated Server