Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher > API/Plugins/InterchangeDispatcher/DispatcherCommandVersion
Description
We consider having the same major and minor version will make the API fully compatible. Patch is only a hint in case you need a particular fixes
| Name | IsAPICompatible |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeCommands.h |
| Include Path | #include "InterchangeCommands.h" |
static bool IsAPICompatible
(
int32 Major,
int32 Minor,
int32 Patch,
bool bLWCDisabled
)
true if Major and Minor version equal the compile one, InPatch is only there in case we need it in a future release
Parameters
| Name | Remarks |
|---|---|
| Major | The Major version you want to test against the compile Major version |
| Minor | The Minor version you want to test against the compile Minor version |
| Patch | In case we need it later, not use currently |