File I/O (Input and Output)
- Write Bytes file - Save binary data to a file.
- Read Bytes file - Read binary data from a file.
- Save text file - Write text content to a file.
- Load text file - Load text content from a file.
- Save array file - Store array data in a file.
- Load array file - Retrieve array data from a file.
- Write CLUT Data - Save color lookup table data.
- Read CLUT Data - Read color lookup table data.
Platform Detection
- Is Windows Platform - Detect if the platform is Windows.
- Is Mac Platform - Detect if the platform is macOS.
- Is Linux Platform - Detect if the platform is Linux.
- Is Android Platform - Detect if the platform is Android.
- Is iOS Platform - Detect if the platform is iOS.
- Is Nintendo Switch Platform - Detect if the platform is Nintendo Switch.
Project Settings (updating...)
- Get Project Description - Return the project description string.
- Get Project ID - Return the project ID GUID value.
- Get Project Name - Return the project name string.
- Get Project Version - Return the project version string.
- Get Company Name - Return the company name string.
- Get Company Distinguished Name - Return the company distinguished name string.
- Get Home Page - Return the home page string.
- Get Support Contact - Return the support contact string.
- Get Copyright Notice - Return the copyright notice string.
- Get Licensing Terms - Return the licensing terms string.
- Get Privacy Policy - Return the privacy policy string.
- Get Project Displayed Title - Return the project debug displayed title string.
- Get Project Debug Title Info - Return the project debug title info string.
- Get Window Preserve Aspect Ratio - Return whether the window preserves aspect ratio.
- Get Borderless Window - Return whether the window is borderless.
- Get Start in VR - Return whether the project starts in VR.
- Get Allow Window Resize - Return whether window resizing is allowed.
- Get Allow Close - Return whether closing the window is allowed.
- Get Allow Maximize - Return whether maximizing the window is allowed.
- Get Allow Minimize - Return whether minimizing the window is allowed.
- Get Engine Version - Returns the Unreal Engine version as a string.
- Set Project Description - Set the project description string.
- Set Project ID - Set the project ID GUID value.
- Set Project Name - Set the project name string.
- Set Project Version - Set the project version string.
- Set Company Name - Set the company name string.
- Set Company Distinguished Name - Set the company distinguished name string.
- Set Home Page - Set the home page string.
- Set Support Contact - Set the support contact string.
- Set Copyright Notice - Set the copyright notice string.
- Set Licensing Terms - Set the licensing terms string.
- Set Privacy Policy - Set the privacy policy string.
- Set Project Displayed Title - Set the project debug displayed title string.
- Set Project Debug Title Info - Set the project debug title info string.
- Set Window Preserve Aspect Ratio - Set whether the window preserves aspect ratio.
- Set Borderless Window - Set whether the window is borderless.
- Set Start in VR - Set whether the project starts in VR.
- Set Allow Window Resize - Set whether window resizing is allowed.
- Set Allow Close - Set whether closing the window is allowed.
- Set Allow Maximize - Set whether maximizing the window is allowed.
- Set Allow Minimize - Set whether minimizing the window is allowed.
Utilities
- Break line - Insert a newline character.
- Dec to Hex - Convert decimal to hexadecimal.
- Hex to Dec - Convert hexadecimal to decimal.
- Create Process - Start a new process asynchronously.
- Create Process Sync - Start a new process synchronously.
- Terminate Process - Stop a running process.
- Check Process Running - Verify if a process is running.
🚚 Windows nodes are in a separate plugin, Win Utilities Click here!