Cajun Docs
  • Welcome
  • Unreal Engine
    • Semantic Version
Powered by GitBook
On this page
  • Structs
  • SemanticVersion
  • Functions
  • String To Semantic Version
  • Semantic Version To String
  • Kismet (K2Node) Compatibility
  1. Unreal Engine

Semantic Version

PreviousUnreal Engine

Last updated 2 years ago

Marketplace Link:

Structs

SemanticVersion

Blueprint Display Name: SemVer

Properties

  • Major - int32 - Major Version

  • Minor - int32 - Minor Version

  • Patch - int32 - Patch Version

Functions

String To Semantic Version

Converts a SemVer compliant string into a Semantic Version struct

Inputs

  • String - The general form of a semantic version string accepted by this package is [v]Major[.Minor[.Patch]]

Outputs

  • SemanticVersion - Semantic Version struct

Semantic Version To String

Converts a Semantic Version struct into a SemVer compliant string

Inputs

  • SemanticVersion - Semantic Version struct

Outputs

  • String - In the form of v{Major}.{Minor}.{Patch}

Kismet (K2Node) Compatibility

  • < - Less Than

  • > - Greater Than

  • <= - Less Equal

  • >= - Greater Equal

  • == - Equal

  • != - Not Equal

https://www.unrealengine.com/marketplace/en-US/product/d732618083044fe39cbb74d5b9b9dbd3