언리얼 엔진 마켓플레이스는 10월 중순에 팹으로 이전될 예정입니다. 자세히 알아보세요.

LE Extended Standard Library

This plugin provides you with blueprints that add general functionality and improvements.

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

Preview: youtube.com/watch?v=pq673JapMG4


The Extended Standard Library plugin provides you with blueprints that add a lot of functionality and improvements to the blueprint scripting language.


The most important feature of this plugin is that this plugin has also been designed to be used in conjunction with a server programmed in Java, like an account server or a match making server for example.

To make this possible, the implemented functionality provided in this plugin has also been programmed in a Java library, which has been made free and open source.

The Java library is available here.


This plugin is also open source.

The source code can be found here.

To compile and use it (requires your project to be a UE4 C++ project), follow these steps:

• In your project folder, create a folder called Plugins

• Put the plugin (download it from bitbucket) in the Plugins folder

• Right-click the .uproject file of your project and click on "Generate Visual Studio project files" or "Generate Xcode project files"

• Compile your project

기술적 세부사항

Number of Blueprints: 200+ (changes over time)


Features:

• Encoding (int, string, etc to bytes and back)

• Image functions (Texture2D to/from bytes, Texture2D to/from pixel array, etc)

• String Regex (find matches, replace matches, etc)

• Hashing (MD5, SHA1, SHA-256, SHA-512, BCrypt, Pearson, Hashcash, HMAC)

• Latent Actions (event listeners that can be passed around as variables)

• Sorting functions for the primitive types (int, string, etc) and for objects (uses a given comparing function)

• Build and platform nodes (makes it possible to execute code differently based on build like debug/shipping/etc, and platform like Windows/Linux/Mac/HTML5/IOS/Android/PS4/XboxOne)

• Byte nodes (split, merge, generate random bytes, etc)

• Character nodes (\n, \r, etc)

• Delay nodes based on frames (instead of time)

• Execution Queue (allows executions to be handled one at a time)

• For loops nodes (reversed for loops, for loops with a custom step size, etc)

• Monitor nodes (get primary monitor resolution, get primary monitor work area, etc)

• Window nodes (get and set the window size, position, mode, etc)

• Mouse nodes (get and set the mouse position)

• Sound nodes (get and set the volume and pitch)

• Local variable node (caches a value)

• And more (string generation, exec pins to boolean or int, counter node, tick nodes, etc)


Intended Platform: All

Platforms Tested: Windows, Mac and Linux (bugs found on any platform will be fixed)

Documentation Included: Each blueprint node has a small and meaningful description, which can be viewed in the editor directly.