# Semantic Version

Marketplace Link: <https://www.unrealengine.com/marketplace/en-US/product/d732618083044fe39cbb74d5b9b9dbd3>

## 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cajun.tools/unreal-engine/semantic-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
