Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
| Name | DispatcherCommandVersion |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeCommands.h |
| Include Path | #include "InterchangeCommands.h" |
Syntax
class DispatcherCommandVersion
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool FromString
(
const FString& VersionStr, |
InterchangeCommands.h | ||
static bool GetLWCDisabled() |
LWCDisabled version tell if the code was compile with serialization compatibility. | InterchangeCommands.h | |
static int32 GetMajor() |
Major version should be updated when there is an existing API that has been change. | InterchangeCommands.h | |
static int32 GetMinor() |
Minor version must be updated when there is an addition to the API. | InterchangeCommands.h | |
static int32 GetPatch() |
Patch version should be update if there is some bug fixes in the private code. | InterchangeCommands.h | |
static bool IsAPICompatible
(
int32 Major, |
We consider having the same major and minor version will make the API fully compatible. | InterchangeCommands.h | |
static FString ToString() |
Return the version in string format "Major.Minor.Patch" | InterchangeCommands.h |