Skip to content
Peter Shinners edited this page Apr 18, 2021 · 6 revisions
bool containsAssetId(
    const std::string& str
)

This is similar to isAssetId but should check if an assetId appears anywhere in the string.

This should only check that a properly formatted assetId exists in the string. It should not do any lookups to ensure the assetId exists.

String parameters define a getFileSequenceValue method that will check this before calling resolveAllAssets if this returns true.