Wwise SDK 2025.1.0
|
Interface used to interact with property sets. 더 자세히 ...
#include <HostPropertySet.h>
Public 타입 | |
using | Instance = ak_wwise_plugin_host_property_set_instance_v1 |
Base host-provided instance type for ak_wwise_plugin_host_property_set_v1. 더 자세히 ... | |
Public 멤버 함수 | |
ak_wwise_plugin_host_property_set_v1 (int version=1) | |
![]() | |
constexpr | ak_wwise_plugin_base_interface (decltype(m_interface) in_interface, decltype(m_version) in_version) |
constexpr | ak_wwise_plugin_base_interface () |
constexpr | ak_wwise_plugin_base_interface (std::underlying_type< decltype(m_interface)>::type in_interface, decltype(m_version) in_version) |
Public 속성 | |
bool(* | GetValue )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, AK::WwiseAuthoringAPI::AkVariantBase *out_varProperty) |
Retrieves the value of a specific property as a variant. 더 자세히 ... | |
bool(* | SetValue )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, const AK::WwiseAuthoringAPI::AkVariantBase *in_varProperty) |
Modifies the value of a specific property as a variant. 더 자세히 ... | |
bool(* | HasPropertyValue )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName) |
Returns true if the specified property exists. 더 자세히 ... | |
bool(* | PropertyHasRTPC )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const char *in_pszPropertyName) |
Get the RTPC binding status for the specified property. 더 자세히 ... | |
bool(* | PropertyHasState )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const char *in_pszPropertyName) |
Returns whether the specified property is bound to a state object. 더 자세히 ... | |
bool(* | PropertyHasLinked )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const char *in_pszPropertyName) |
Returns whether the specified property has at least some linked platforms. 더 자세히 ... | |
bool(* | PropertyHasUnlinked )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const char *in_pszPropertyName) |
Returns whether the specified property has at least some platforms that are not linked. 더 자세히 ... | |
bool(* | PropertyPlatformIsLinked )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName) |
Returns whether the specified property's platform is linked. 더 자세히 ... | |
const GUID *(* | GetID )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this) |
Returns the internal unique identifier of the corresponding object. 더 자세히 ... | |
int(* | GetType )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName) |
Retrieves the type of a specific property. 더 자세히 ... | |
bool(* | ClearValue )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName) |
Resets a property value to its default. 더 자세히 ... | |
bool(* | SetValueString )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, const char *in_propertyValue) |
Modifies a property to a string value. 더 자세히 ... | |
bool(* | SetValueInt64 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int64_t in_propertyValue) |
Modifies a property to a 64-bit signed integer value. 더 자세히 ... | |
bool(* | SetValueInt32 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int32_t in_propertyValue) |
Modifies a property to a 32-bit signed integer value. 더 자세히 ... | |
bool(* | SetValueInt16 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int16_t in_propertyValue) |
Modifies a property to a 16-bit signed integer value. 더 자세히 ... | |
bool(* | SetValueInt8 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int8_t in_propertyValue) |
Modifies a property to an 8-bit signed integer value. (Future use) 더 자세히 ... | |
bool(* | SetValueUInt64 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint64_t in_propertyValue) |
Modifies a property to a 64-bit unsigned integer value. (Future use) 더 자세히 ... | |
bool(* | SetValueUInt32 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint32_t in_propertyValue) |
Modifies a property to a 32-bit unsigned integer value. (Future use) 더 자세히 ... | |
bool(* | SetValueUInt16 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint16_t in_propertyValue) |
Modifies a property to a 16-bit unsigned integer value. (Future use) 더 자세히 ... | |
bool(* | SetValueUInt8 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint8_t in_propertyValue) |
Modifies a property to an 8-bit unsigned integer value. (Future use) 더 자세히 ... | |
bool(* | SetValueReal64 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, double in_propertyValue) |
Modifies a property to a 64-bit floating point value. 더 자세히 ... | |
bool(* | SetValueReal32 )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, float in_propertyValue) |
Modifies a property to a 32-bit floating point value. 더 자세히 ... | |
bool(* | SetValueBool )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, bool in_propertyValue) |
Modifies a property to a boolean value. 더 자세히 ... | |
bool(* | GetValueString )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, const char **out_propertyValue) |
Retrieves the string value of a specific property. 더 자세히 ... | |
bool(* | GetValueInt64 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int64_t *out_propertyValue) |
Retrieves the 64-bit signed integer value of a specific property. 더 자세히 ... | |
bool(* | GetValueInt32 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int32_t *out_propertyValue) |
Retrieves the 32-bit signed integer value of a specific property. 더 자세히 ... | |
bool(* | GetValueInt16 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int16_t *out_propertyValue) |
Retrieves the 16-bit signed integer value of a specific property. 더 자세히 ... | |
bool(* | GetValueInt8 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, int8_t *out_propertyValue) |
Retrieves the 8-bit signed integer value of a specific property. (Future use) 더 자세히 ... | |
bool(* | GetValueUInt64 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint64_t *out_propertyValue) |
Retrieves the 64-bit unsigned integer value of a specific property. (Future use) 더 자세히 ... | |
bool(* | GetValueUInt32 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint32_t *out_propertyValue) |
Retrieves the 32-bit unsigned integer value of a specific property. (Future use) 더 자세히 ... | |
bool(* | GetValueUInt16 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint16_t *out_propertyValue) |
Retrieves the 16-bit unsigned integer value of a specific property. (Future use) 더 자세히 ... | |
bool(* | GetValueUInt8 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, uint8_t *out_propertyValue) |
Retrieves the 8-bit unsigned integer value of a specific property. (Future use) 더 자세히 ... | |
bool(* | GetValueReal64 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, double *out_propertyValue) |
Retrieves the 64-bit floating point value of a specific property. 더 자세히 ... | |
bool(* | GetValueReal32 )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, float *out_propertyValue) |
Retrieves the 32-bit floating point value of a specific property. 더 자세히 ... | |
bool(* | GetValueBool )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, const GUID *in_guidPlatform, const char *in_pszPropertyName, bool *out_propertyValue) |
Retrieves the boolean value of a specific property. 더 자세히 ... | |
![]() | |
ak_wwise_plugin_interface_type | m_interface: 32 |
Interface type (see ak_wwise_plugin_interface_type) 더 자세히 ... | |
uint32_t | m_version: 32 |
Version of the interface 더 자세히 ... | |
Interface used to interact with property sets.
A property set is a dictionary of properties, as stored inside a user's Authoring project. Whenever a property name is specified, it corresponds to the property name as set in the plug-in's XML definition file.
By default, Authoring will provide a property set, as defined in the XML definition file. It is possible to have more than one property set by requesting ak_wwise_plugin_host_object_store_v1, and adding InnerTypes
in the XML definition file.
This interface supports both the unique default property set, as well as Object Store's inner property sets.
You can also subscribe to notifications through ak_wwise_plugin_notifications_property_set_v1 in order to be informed when some property set values changed.
The methods in this interface which use in_guidPlatform as an input parameter assume that you have access to a Platform defined as a GUID, either provided by the caller function or retrieved through the Host interface.
You can retrieve GUIDs in the following ways:
You can also provide GUID_NULL as a parameter, which accesses data for all platforms at once as a linked value. However, GUID_NULL only works when no platform-specific data is possible for a value. Using the current platform is always the preferred access method.
HostPropertySet.h 파일의 75 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요