World Scanner

Dragonsaur - 蓝图 - 2022/12/04

Be able to scan for anything you want in 1-2-3

  • 支持的平台
  • 支持的引擎版本
    5.2 - 5.3
  • 下载类型
    资源包
    此产品包含各种虚幻引擎资源,可以选择性导入现有的项目。

World Scanner relies on two things in order to function, a BPI (Blueprint Interface) and an AC (Actor Component).

The BPI(BPI_ScanInterface) is what gives us the ability to see if an actor is scanable or not. If it is, we call the 'Scan' function within the BPI.

The AC(AC_ScanComp) is the one responsible of storing the specific details about the object. What that detail is, is completely up to you!.


I currently have it setup so you have to write in manually what you want to track - i did this mainly because of the amount of customization you're then able to do!

You wont be locked down to anything, and got (almost)full freedom on what you want to display.

技术细节

Features: (Please include a full, comprehensive list of the features of the product)

  •  Realtime Updated Distance Tracker
  • Track any actor you want
  • Customizeable (Text,color,font,order of entries, max distance, time before it fades)

Number of Blueprints: 25 (Including WBP's - However, only two to be concearned about

Input: (If any, please include which methods of input are preconfigured (Gamepad, Keyboard, Mouse... etc.)) Keyboard & Mouse

Network Replicated: (Yes/No) No

Supported Development Platforms:

Windows: (Yes/No) Yes

Mac: (Yes/No) Not sure

Documentation: Theres a Instructions.txt in the folder Content/WorldScanner - If you right click 'WorldScanner' from within Unreal, you can click 'Open In Explorer' to get to it

Important/Additional Notes: The tracking system should be fairly simple to apply to any project you see fit - Simply add the Scan component & the BPI to the actor you wish, and you're good to go !