Skip to content
View Naotsun19B's full-sized avatar

Block or report Naotsun19B

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GraphPrinter GraphPrinter Public

    This plugin adds a shortcut key that prints an Unreal Engine graph editor (such as Blueprint or Material ...) to an image file or copies it to the clipboard.

    C++ 83 12

  2. PDFImporter PDFImporter Public

    Unreal Engine 4 plugin that can import PDF files as PDF assets into the editor and view them in a special editor. Also add a Blueprint node that loads the PDF file as a PDF asset at runtime.

    C++ 41 10

  3. PluginBuilder PluginBuilder Public

    This Unreal Engine plugin adds a tools menu to build plugin with multiple engine versions and compresses the built plugin into a ZIP file format ready for submission to the marketplace.

    C++ 36 8

  4. PulldownBuilder PulldownBuilder Public

    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.

    C++ 14 2

  5. Implement a passkey idiom that grant... Implement a passkey idiom that grants limited access to multiple classes.
    1
    // Copyright 2024 Naotsun. All Rights Reserved.
    2
    
                  
    3
    #pragma once
    4
    
                  
    5
    #include "CoreMinimal.h"
  6. PluginWeakLinkTest PluginWeakLinkTest Public

    PulldownStruct sample project that works with or without PulldownBuilder plugin

    C++ 1