バージョン

menu_open

◆ DisplayNameForProp()

virtual bool AK.Wwise::Plugin::V1::PropertyDisplayName::DisplayNameForProp ( const char *  in_pszPropertyName,
char *  out_pszDisplayName,
uint32_t  in_unCharCount 
) const
inlinevirtual

Gets the user-friendly name of the specified property.

This function should write the user-friendly name of the specified property to the char buffer out_pszDisplayName, which is of maximum length in_unCharCount.

注釈: This function used to be deprecated, but is actually useful in case of dynamic naming. As such, it has been reinstated. However, its usage is still not preferred. By default, you should provide your naming inside the XML, and use this function only in cases where you cannot reliably name the property in your XML. For example, you might have a switch between two modes, and the same property might have two different names. This function can then be used for this particular case.
引数
[in]in_pszPropertyNameThe internal name of the property.
[out]out_pszDisplayNameThe returned user-friendly name, as a null-terminated string.
[in]in_unCharCountThe maximum number of char in the buffer, including the terminating null.
戻り値
true if the property has a user-friendly name.

PropertyDisplayName.h231 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう