Created function to get relative paths to referenced files that will fall back to asset folder relative paths under certain conditions
Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
@@ -111,9 +111,7 @@ namespace MaterialEditor
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool SavePropertiesToSourceData(
|
||||
const AZ::IO::BasicPath<AZStd::string>& exportFolder,
|
||||
AZ::RPI::MaterialSourceData& sourceData,
|
||||
PropertyFilterFunction propertyFilter) const;
|
||||
const AZStd::string& exportPath, AZ::RPI::MaterialSourceData& sourceData, PropertyFilterFunction propertyFilter) const;
|
||||
|
||||
bool OpenInternal(AZStd::string_view loadPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user