13 #ifndef _FBXSDK_CORE_SCOPED_LOADING_FILENAME_H_ 14 #define _FBXSDK_CORE_SCOPED_LOADING_FILENAME_H_ 18 #ifndef FBXSDK_ENV_WINSTORE 50 #ifndef DOXYGEN_SHOULD_SKIP_THIS FBX SDK environment definition.
Data used to communicate information between an application and the plug-in.
Abstract class used to implemented some plug-in loading strategy.
Utility class to manipulate strings.
virtual void SpecificUnload(FbxPluginData &pData)=0
Called by the Unload method, it contains the specific user implementation strategy to unload the desi...
virtual bool SpecificLoad(FbxPluginData &pData)=0
Called by the Load method, it contains the specific user implementation strategy to load the desired ...
A plug-in loading strategy that loads a single DLL by specifying the file name in the constructor...