MeshSimplificationPluginsURL
MeshSimplificationPluginsURL
#Overview
name: MeshSimplificationPluginsURL
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 1773
C++ source files.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEditor.ini:299, section: [UnrealEd.URLs]
- INI Section:
UnrealEd.URLs
- Raw value:
"/ue/marketplace/content-cat/assets/codeplugins"
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp:5366
Scope (from outer to inner):
file
class class FMeshSimplifcationSettingsCustomization : public IDetailCustomization
function void OnFindReductionPluginsClicked
Source code excerpt:
{
FString URL;
FUnrealEdMisc::Get().GetURL(TEXT("MeshSimplificationPluginsURL"), URL);
FUnrealEdMisc::Get().OpenMarketplace(URL);
}
private:
TSharedPtr<IPropertyHandle> MeshReductionModuleProperty;
};
#Loc: <Workspace>/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp:5486
Scope (from outer to inner):
file
class class FSkeletalMeshSimplificationSettingsCustomization : public IDetailCustomization
function void OnFindReductionPluginsClicked
Source code excerpt:
{
FString URL;
FUnrealEdMisc::Get().GetURL(TEXT("MeshSimplificationPluginsURL"), URL);
FUnrealEdMisc::Get().OpenMarketplace(URL);
}
private:
TSharedPtr<IPropertyHandle> SkeletalMeshReductionModuleProperty;
};
#Loc: <Workspace>/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp:5606
Scope (from outer to inner):
file
class class FProxyLODMeshSimplificationSettingsCustomization : public IDetailCustomization
function void OnFindReductionPluginsClicked
Source code excerpt:
{
FString URL;
FUnrealEdMisc::Get().GetURL(TEXT("MeshSimplificationPluginsURL"), URL);
FUnrealEdMisc::Get().OpenMarketplace(URL);
}
private:
TSharedPtr<IPropertyHandle> ProxyLODMeshReductionModuleProperty;
};
#Loc: <Workspace>/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp:5366
Scope (from outer to inner):
file
class class FMeshSimplifcationSettingsCustomization : public IDetailCustomization
function void OnFindReductionPluginsClicked
Source code excerpt:
{
FString URL;
FUnrealEdMisc::Get().GetURL(TEXT("MeshSimplificationPluginsURL"), URL);
FUnrealEdMisc::Get().OpenMarketplace(URL);
}
private:
TSharedPtr<IPropertyHandle> MeshReductionModuleProperty;
};
#Loc: <Workspace>/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp:5486
Scope (from outer to inner):
file
class class FSkeletalMeshSimplificationSettingsCustomization : public IDetailCustomization
function void OnFindReductionPluginsClicked
Source code excerpt:
{
FString URL;
FUnrealEdMisc::Get().GetURL(TEXT("MeshSimplificationPluginsURL"), URL);
FUnrealEdMisc::Get().OpenMarketplace(URL);
}
private:
TSharedPtr<IPropertyHandle> SkeletalMeshReductionModuleProperty;
};
#Loc: <Workspace>/Engine/Source/Developer/MeshUtilities/Private/MeshUtilities.cpp:5606
Scope (from outer to inner):
file
class class FProxyLODMeshSimplificationSettingsCustomization : public IDetailCustomization
function void OnFindReductionPluginsClicked
Source code excerpt:
{
FString URL;
FUnrealEdMisc::Get().GetURL(TEXT("MeshSimplificationPluginsURL"), URL);
FUnrealEdMisc::Get().OpenMarketplace(URL);
}
private:
TSharedPtr<IPropertyHandle> ProxyLODMeshReductionModuleProperty;
};
#Associated Variable and Callsites
This variable is associated with another variable named URL
, which is a popular name and overloaded in many contexts. There are 1767
callsites. We have to skip these details.