Method GetProfileDataByName
GetProfileDataByName(string)
Get the profile specific data for a given profile name.
Declaration
public AddressableAssetProfileSettings.ProfileIdData GetProfileDataByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The profile name you're requesting data for. |
Returns
| Type | Description |
|---|---|
| AddressableAssetProfileSettings.ProfileIdData | A ProfileIdData with information about a specific profile. |