# 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 | 
| SendTelemetryData | No description available. | 
# GetSDK
# Syntax
Simplygon::ISimplygon * GetSDK(bool);
# Parameters
| Type | Name | Description | 
|---|---|---|
| bool | bValidate | 
Return Type:
Simplygon::ISimplygon
# GetSimplygonSDKPath
# Syntax
class FString GetSimplygonSDKPath();
# Parameters
GetSimplygonSDKPath takes no parameters.
Return Type:
FString
# IsUsingLocalSdkPath
# Syntax
bool IsUsingLocalSdkPath();
# Parameters
IsUsingLocalSdkPath takes no parameters.
Return Type:
bool
# SendTelemetryData
# Syntax
void SendTelemetryData(const class FString &, const class FString &);
# Parameters
| Type | Name | Description | 
|---|---|---|
| FString | Json | |
| FString | Category | 
Return Type:
void
