13 #ifndef _FBXSDK_CORE_SCOPED_LOADING_DIRECTORY_H_ 14 #define _FBXSDK_CORE_SCOPED_LOADING_DIRECTORY_H_ 18 #ifndef FBXSDK_ENV_WINSTORE 25 class FbxPluginHandle;
42 #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.
A plug-in loading strategy that loads all DLLs with a specific extension from a specific directory...
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 ...
Class for array of basic elements such as pointers and basic types.