Giter Club home page Giter Club logo

autosizecomments's Introduction

AutoSizeComments

Plugin for Unreal Engine 4 that adds auto resizing comment boxes

Settings for the plugin are under Edit > Editor Preferences > Plugins > Auto Size Comments

Hold alt to quickly add / remove nodes from the comment boxes

UE4 forum page: https://forums.unrealengine.com/community/released-projects/1540542

Marketplace link: https://www.unrealengine.com/marketplace/auto-size-comments

This was originally a feature from the Blueprint Assist Plugin, a plugin that provides automatic formatting and mouse-free node editing when working with blueprints.


Building for your version of UE4

  1. Download the plugin
  2. Open AutoSizeComments.uplugin in a text editor and set EngineVersion to your desired version, by default it is set to (4.27.0). For example if you wanted to build for 5.0.0 it would be "EngineVersion": "5.0.0",
  3. Open the command prompt and run the UnrealEngine batch file to build the plugin, with your download location and out location.

"%UNREAL_DESIRED%/Engine/Build/BatchFiles/RunUAT.bat" BuildPlugin -Plugin="%DOWNLOAD_LOCATION%/AutoSizeComments/AutoSizeComments.uplugin" -Package="%OUT_LOCATION%" -CreateSubFolder

Example: Building for desired version UE_5.0:

  • %UNREAL_DESIRED%: C:/Program Files/Epic Games/UE_5.0
  • %DOWNLOAD_LOCATION%: C:/Temp
  • %OUT_LOCATION%: C:Temp/AutoSizeComments

"C:/Program Files/Epic Games/UE_5.0/Engine/Build/BatchFiles/RunUAT.bat" BuildPlugin -Plugin="C:Temp/AutoSizeComments/AutoSizeComments.uplugin" -Package="C:/TempAutoSizeComments" -CreateSubFolder

  1. Copy the built plugin folder from your package location (C:/TempAutoSizeComments/AutoSizeComments) into either your:
    • Project plugin location %PROJECT_DIR%/Plugins
    • Engine plugin marketplace folder C:/Epic Games/UE_5.0/Engine/Plugins/Marketplace

autosizecomments's People

Contributors

fpwong avatar anadin avatar realityrig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.