Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher > API/Plugins/InterchangeDispatcher/DispatcherCommandVersion
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeCommands.h |
| Include | #include "InterchangeCommands.h" |
static bool IsAPICompatible
&40;
int32 Major,
int32 Minor,
int32 Patch,
bool bLWCDisabled
&41;
Remarks
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 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 | Description |
|---|---|
| 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 |