Pulldown Builder

By creating the PulldownContents asset added by this plugin, you can easily add a structure that displays a pull-down menu based on a data table, string table, etc.

Category:
Tags: , , , , ,

Description

By creating the PulldownContents asset added by this plugin, you can easily add a structure that displays a pull-down menu based on a data table, string table, etc.

When using C ++, define a structure that inherits FPulldownStructBase and set it in the PulldownContents asset.

When not using C ++, use NativeLessPulldownStruct to specify the PulldownContents from which the pull-down menu is based.

Technical Details

Usage:

With or without C++, you can add data tables and other structures that allow you to pull down the data to enumerate.

Simply define the structure in C++ or create a structure asset, create a PulldownContents asset, and set PulldownListGenerator as the pulldown generation method.

The pulldown generation method can be flexibly extended by the user via PulldownListGenerator.

For details on how to use each case, please refer to the following documents.

Code Modules:

Supported Development Platforms:

Windows, Mac, Linux (Runtime module has no platform restrictions)

Documentation:

Document

Latest Update:

Supported Engine Versions

4.25 – 4.27, 5.0 – 5.3