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. |