v10.0 (2012)
Returns the version of FBX SDK.
oString = FBXGetSDKVersion(); |
A String which is the version of FBX SDK. The format is a four-digit number of FBX_DEFAULT_VERSION_NUMBER.
Application.LogMessage FBXGetSDKVersion ' Output of above script: ' INFO : 7200 |