Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 494 Bytes

UE4 GumboParser


UE4 GumoParser is plugin for parsing HTML in editor with blueprints.

Based on https://github.com/google/gumbo-parser

Start Guide

Supported platform: Win64 Editor

Supported Version: UE4.23-4.26

Features:

-Parsing HTML by web or string

-Simple work with HTML nodes, attributes in Blueprints.

Gumbo use CRT and this plugin can't use in runtime.