Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/Interchange/Runtime/Source/Dispatcher/Public/InterchangeCommands.h |
Include |
#include "InterchangeCommands.h" |
class DispatcherCommandVersion
Name | Description | ||
---|---|---|---|
|
FromString |
||
|
GetLWCDisabled() |
LWCDisabled version tell if the code was compile with serialization compatibility. |
|
|
GetMajor() |
Major version should be updated when there is an existing API that has been change. |
|
|
GetMinor() |
Minor version must be updated when there is an addition to the API. |
|
|
GetPatch() |
Patch version should be update if there is some bug fixes in the private code. |
|
|
IsAPICompatible |
We consider having the same major and minor version will make the API fully compatible. |
|
|
ToString() |
Return the version in string format "Major.Minor.Patch" |