# class ISimplygonModule
 Module to fetch the ISimplygon factory.
# Methods (public)
| Method | Description | 
|---|---|
| GetSDK | Pointer to Simplygon factory for creating simplygon types. | 
| GetSimplygonSDKPath | Get the path to Simplygon SDK directory | 
| IsUsingLocalSdkPath | Check if the plugin is using local Simplygon path or the global Simplygon environment variable | 
# GetSDK
# Syntax
Simplygon::ISimplygon * GetSDK();
# Parameters
GetSDK takes no parameters.
Return Type:
Simplygon::ISimplygon
# GetSimplygonSDKPath
# Syntax
FString GetSimplygonSDKPath();
# Parameters
GetSimplygonSDKPath takes no parameters.
Return Type:
FString
# IsUsingLocalSdkPath
# Syntax
bool IsUsingLocalSdkPath();
# Parameters
IsUsingLocalSdkPath takes no parameters.
Return Type:
bool
