Hyperlink In Text

Zegi.Assets - 블루프린트 - 2023/06/01

Ability to integrate interactive elements into the text. Such as hyperlinks, widgets, images, etc.

  • 지원 플랫폼
  • 지원 엔진 버전
    4.24 - 4.27, 5.0 - 5.4
  • 다운로드 유형
    에셋 팩
    이 제품은 기존 프로젝트에 임포트 가능한 언리얼 엔진 에셋의 모음을 포함하고 있습니다.

Video

Demo

Documentation


Asset uses a tagging system similar to that of Rich text. But it has many more features. You can easily replace any word in the widget with an interactive button and use unique logic for each word or phrase.


Examples of use:

- Creating an extensive database with links to different texts. This is usually used in 4x strategies.

- Creating an embedded Wikipedia in the game.

- Use in text-based RPGs or dialogs when you want to make some words interactive.


All logic is written in blueprint without using C++. The logic is very simple, and even with a basic knowledge of UE you can extend the asset.

기술적 세부사항

Number of Widgets: Two main ones, one for the button and one for the text field. Two auxiliary in which no logic is written. And many child widgets designed to demonstrate the features of the Asset.

Input: Keyboard, Mouse.

Network Replicated: No

Supported Development Platforms: I've only tested on windows, but I see no reason why it might not work on other platforms.