Skip to content
View Solessfir's full-sized avatar
Block or Report

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

  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. UE4Minimal UE4Minimal Public

    Forked from Sythenz/UE4Minimal

    Minimal Dark Theme for Unreal Engine 4

    PLSQL 3

  4. SimplexNoise SimplexNoise Public

    Forked from devdad/SimplexNoise

    Clean, fast, modern and free Simplex Noise Plugin

    C++

  5. BlueprintsAccessToGConfig BlueprintsAccessToGConfig Public

    Forked from TerenceBurns/BlueprintsAccessToGConfig

    This plugin provides access from blueprints to the data that lives in the Unreal Engine .ini files

    C++

  6. DDCSettingsTool DDCSettingsTool Public

    Forked from TerenceBurns/UE4-DDC-Settings-Tool

    This tool allows developers to configure the Local DDC Settings and the Shared DDC Settings for their Unreal Engine project

    C++