![]() |
Elevate Engine 1
|
#include <WwiseItem.h>
Static Public Member Functions | |
| static WwiseSoundbankPtr | Create () |
Static Public Member Functions inherited from WwiseItem | |
| static WwiseItemPtr | Create () |
Public Attributes | |
| std::string | Language |
| std::string | ObjectPath |
| bool | IsUserBank |
| bool | IsInitBank |
| bool | IsValid |
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 70 of file WwiseItem.h.
|
inlinestatic |
Definition at line 78 of file WwiseItem.h.
| bool WwiseSoundbank::IsInitBank |
Definition at line 75 of file WwiseItem.h.
| bool WwiseSoundbank::IsUserBank |
Definition at line 74 of file WwiseItem.h.
| bool WwiseSoundbank::IsValid |
Definition at line 76 of file WwiseItem.h.
| std::string WwiseSoundbank::Language |
Definition at line 72 of file WwiseItem.h.
| std::string WwiseSoundbank::ObjectPath |
Definition at line 73 of file WwiseItem.h.