Moneytalks

Bruno Xavier L - 代码插件 - 2021/09/13
3
3.67颗星(总分5颗星)(3个评分)
  • 67%
  • 0%
  • 0%
  • 0%
  • 33%

A library, that implements Intel's Decimal type, to be used both from C++ and Blueprint graphs.

  • 支持的平台
  • 支持的引擎版本
    4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

A plugin to implement Intel's Decimal Math Library, type can be used both from C++ and Blueprint graphs.

This is a free plugin requested by the Unreal Engine community.


Code Samples / Quick Guide



!! :: DISCLAIMER :: !!


The C Decimal Floating-Point Math Library is property of INTEL, all rights reserved.

I HAVE NO INTENTION TO IMPLEMENT THE LIBRARY ON PLATFORMS OTHER THAN WINDOWS!

技术细节

Features:

  •  Adds support for native Decimal types to C++ and Blueprint graphs.


Code Modules: 3

  •  FDecimal runtime type.
  •  Type details customizations.
  •  Intel's Third Party Library.



Number of C++ Classes: 14.

Network Replicated: No, Blueprinters can convert to Integer.

Supported Development Platforms: Windows.

Supported Target Build Platforms: Windows.


Code Samples / Quick Guide


How to Use:

  • Add new Property.
  • Change type to 'Decimal'.
  • Use operator nodes and operators from category 'Variables | Decimal'.
标签

NoAICODE