Skip to content
View Solessfir's full-sized avatar

Block or report Solessfir

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Unreal Engine Advanced Log with auto... Unreal Engine Advanced Log with automatic type deduction
    1
    #pragma once
    2
    
                  
    3
    /** Current Class and Line Number where this is called */
    4
    #define LOG_FUNC_LINE (FString(__FUNCTION__) + " (Line: " + FString::FromInt(__LINE__) + ")")
    5
    
                  
  2. Fast way to clean Unreal Engine left... Fast way to clean Unreal Engine left offs
    1
    @echo off
    2
    
                  
    3
    :: This batch file cleans up an Unreal Engine project directory by deleting certain folders and files.
    4
    :: It offers three options to the user
    5
    :: 1. Will clean Project only
  3. Toolbox Toolbox Public

    Toolbox is a versatile plugin providing a comprehensive set of blueprint functions to streamline your Unreal Engine development

    C++ 17

  4. UE4Minimal UE4Minimal Public

    Forked from Sythenz/UE4Minimal

    Minimal Dark Theme for Unreal Engine 4

    PLSQL 2