-
Notifications
You must be signed in to change notification settings - Fork 2
containsAssetId
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.
Resolve
containsAssetId
getAssetVersions
isAssetId
resolveAsset
resolveAllAssets
resolvePath
resolveAssetVersion
Publish
Attributes
buildAssetId
getRelatedAssetId
getAssetAttributes
getAssetFields
getAssetIdForScope
setAssetAttributes
Nodegraph