![]() |
Elevate Engine 1
|
#include <WwiseItem.h>
Static Public Member Functions | |
| static WwiseEventPtr | Create () |
Static Public Member Functions inherited from WwiseItem | |
| static WwiseItemPtr | Create () |
Public Attributes | |
| float | MaxAttenuation |
| float | MinDuration |
| float | MaxDuration |
| uint32_t | SoundbankShortId |
Public Attributes inherited from WwiseItem | |
| std::string | Name |
| std::string | Path |
| std::string | GUID |
| uint32_t | ShortID |
| WwiseType | Type |
| std::vector< WwiseItemPtr > | Children |
| bool | IsOnDisk = false |
| bool | IsInBank = false |
| bool | IsInWwise = false |
Additional Inherited Members | |
Public Member Functions inherited from WwiseItem | |
| bool | HasValidShortID () |
| bool | IsAnyOfType (std::initializer_list< WwiseType > types) const |
| bool | IsDirectory () const |
| void | AddChildren (std::shared_ptr< WwiseItem > newChild) |
| bool | HasChildren () const |
| bool | IsEvent () const |
| WwiseType | GetContainerType () const |
| std::string | GetTypeName () const |
Definition at line 87 of file WwiseItem.h.
|
inlinestatic |
Definition at line 95 of file WwiseItem.h.
| float WwiseEvent::MaxAttenuation |
Definition at line 89 of file WwiseItem.h.
| float WwiseEvent::MaxDuration |
Definition at line 91 of file WwiseItem.h.
| float WwiseEvent::MinDuration |
Definition at line 90 of file WwiseItem.h.
| uint32_t WwiseEvent::SoundbankShortId |
Definition at line 93 of file WwiseItem.h.