#include <WwiseItem.h>
Definition at line 42 of file WwiseItem.h.
◆ AddChildren()
| void WwiseItem::AddChildren |
( |
std::shared_ptr< WwiseItem > |
newChild | ) |
|
Definition at line 82 of file WwiseItem.cpp.
83{
84 if (newChild)
85 {
87 }
88}
std::vector< WwiseItemPtr > Children
◆ Create()
| WwiseItemPtr WwiseItem::Create |
( |
| ) |
|
|
static |
Definition at line 3 of file WwiseItem.cpp.
4{
5 return std::make_shared<WwiseItem>();
6}
◆ GetContainerType()
| WwiseType WwiseItem::GetContainerType |
( |
| ) |
const |
◆ GetTypeName()
| std::string WwiseItem::GetTypeName |
( |
| ) |
const |
Definition at line 25 of file WwiseItem.cpp.
26{
28 {
30 return "Tree Root";
31 break;
33 return "Root Directory";
34 break;
36 return "Work Unit";
37 break;
39 return "Virtual Folder";
40 break;
42 return "Event";
43 break;
45 return "Bus";
46 break;
48 return "Switch Group";
49 break;
51 return "Switch";
52 break;
54 return "State Group";
55 break;
57 return "State";
58 break;
60 return "Game Parameter";
61 break;
63 return "Effect ";
64 break;
66 return "Trigger";
67 break;
69 return "Audio Device";
70 break;
71 default:
72 return "Unknown";
73 break;
74 }
75}
◆ HasChildren()
| bool WwiseItem::HasChildren |
( |
| ) |
const |
◆ HasValidShortID()
| bool WwiseItem::HasValidShortID |
( |
| ) |
|
◆ IsAnyOfType()
| bool WwiseItem::IsAnyOfType |
( |
std::initializer_list< WwiseType > |
types | ) |
const |
Definition at line 13 of file WwiseItem.cpp.
14{
15 for (const auto& type : types)
16 {
18 {
19 return true;
20 }
21 }
22 return false;
23}
◆ IsDirectory()
| bool WwiseItem::IsDirectory |
( |
| ) |
const |
Definition at line 77 of file WwiseItem.cpp.
78{
80}
bool IsAnyOfType(std::initializer_list< WwiseType > types) const
◆ IsEvent()
| bool WwiseItem::IsEvent |
( |
| ) |
const |
◆ Children
| std::vector<WwiseItemPtr> WwiseItem::Children |
◆ GUID
| std::string WwiseItem::GUID |
◆ IsInBank
| bool WwiseItem::IsInBank = false |
◆ IsInWwise
| bool WwiseItem::IsInWwise = false |
◆ IsOnDisk
| bool WwiseItem::IsOnDisk = false |
◆ Name
| std::string WwiseItem::Name |
◆ Path
| std::string WwiseItem::Path |
◆ ShortID
| uint32_t WwiseItem::ShortID |
◆ Type
The documentation for this struct was generated from the following files: