@@ -20,3 +20,6 @@ For a more detailed C++ / Blueprint usage and a Documentation of the Plugins pub
...
@@ -20,3 +20,6 @@ For a more detailed C++ / Blueprint usage and a Documentation of the Plugins pub
* Actor Component representing a Sound Source. Has to be attatched to something. It can have a graphical representation and reflecitons, which can be created with the Reflection Walls
* Actor Component representing a Sound Source. Has to be attatched to something. It can have a graphical representation and reflecitons, which can be created with the Reflection Walls
*[VAEnums](Documentation/VAEnmus)
*[VAEnums](Documentation/VAEnmus)
* All Enums used within the Plugin. At current state, only the EPlayAction is used for the Interface functions
* All Enums used within the Plugin. At current state, only the EPlayAction is used for the Interface functions
## Demo
A demo for the plugin is prepared at [this repository](https://devhub.vr.rwth-aachen.de/VR-Group/unreal-va-demo).