newly added updated FMODStudio plugin for migration
136
hwanyoung2/Plugins/FMODStudio/Docs/audiolink.html
Normal file
@ -0,0 +1,136 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>AudioLink</title>
|
||||||
|
<link rel="stylesheet" href="style/docs.css">
|
||||||
|
<link rel="stylesheet" href="style/code_highlight.css">
|
||||||
|
<script type="text/javascript" src="scripts/language-selector.js"></script></head>
|
||||||
|
<body>
|
||||||
|
<div class="docs-body">
|
||||||
|
<div class="manual-toc">
|
||||||
|
<p>Unreal Integration 2.02</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="welcome.html">Welcome to FMOD for Unreal</a></li>
|
||||||
|
<li><a href="user-guide.html">User Guide</a></li>
|
||||||
|
<li><a href="settings.html">Settings</a></li>
|
||||||
|
<li><a href="plugins.html">Plugins</a></li>
|
||||||
|
<li><a href="niagara.html">Niagara Integration</a></li>
|
||||||
|
<li><a href="api-reference.html">API Reference</a></li>
|
||||||
|
<li><a href="blueprint-reference.html">Blueprint Reference</a></li>
|
||||||
|
<li><a href="platform-specifics.html">Platform Specifics</a></li>
|
||||||
|
<li><a href="troubleshooting.html">Troubleshooting</a></li>
|
||||||
|
<li class="manual-current-chapter manual-active-chapter"><a href="audiolink.html">AudioLink</a><ul>
|
||||||
|
<li><a href="#linking-with-your-studio-project">Linking with your Studio Project</a></li>
|
||||||
|
<li><a href="#how-to-enabledisable-fmod-audiolink">How to Enable/Disable FMOD AudioLink</a></li>
|
||||||
|
<li><a href="#settings">Settings</a></li>
|
||||||
|
<li><a href="#what-can-audiolink-transmit">What Can AudioLink Transmit?</a><ul>
|
||||||
|
<li><a href="#source">Source</a></li>
|
||||||
|
<li><a href="#submix">Submix</a></li>
|
||||||
|
<li><a href="#audiolink-component">AudioLink Component</a></li>
|
||||||
|
<li><a href="#attenuation-settings">Attenuation Settings</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#troubleshooting">Troubleshooting</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="glossary.html">Glossary</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="manual-content api">
|
||||||
|
<h1>10. AudioLink</h1>
|
||||||
|
<p><a href="https://docs.unrealengine.com/en-US/audiolink/">AudioLink</a> is an API that connects Unreal Audio Engine to external software, allowing Audio to be passed from Unreal to FMOD. By using hardware abstraction, AudioLink bypasses the need for direct hardware access and provides the strengths of both Unreal Audio Engine and FMOD.</p>
|
||||||
|
<p>This section will assume a basic understanding of the Unreal AudioLink system and will focus on the FMOD specific information.</p>
|
||||||
|
<h3 id="linking-with-your-studio-project"><a href="#linking-with-your-studio-project">10.0.1 Linking with your Studio Project</a></h3>
|
||||||
|
<p>The FMOD for Unreal AudioLink module assumes the Event linked contains a <a href="https://fmod.com/docs/2.02/studio/instrument-reference.html#programmer-instrument">Programmer Instrument</a>, this is what it uses to pass the sound data from Unreal to FMOD.</p>
|
||||||
|
<p><img alt="Programmer sound event" src="images/audiolink-programmer-sound.png" /><br />
|
||||||
|
<em>Generally you will want an Event that has a looping async programmer sound, because we may not know the length of the sounds being played from Unreal (ie. submixes are generally alive from startup to shutdown).</em></p>
|
||||||
|
<h3 id="how-to-enabledisable-fmod-audiolink"><a href="#how-to-enabledisable-fmod-audiolink">10.0.2 How to Enable/Disable FMOD AudioLink</a></h3>
|
||||||
|
<p>In the FMOD for Unreal <a href="settings.html">Settings</a>, you can choose to enable/disable AudioLink support. This will load/unload the appropriate modules when the editor is reloaded.</p>
|
||||||
|
<p><img alt="FMOD Settings AudioLink" src="images/audiolink-settings.png" /></p>
|
||||||
|
<h3 id="settings"><a href="#settings">10.0.3 Settings</a></h3>
|
||||||
|
<p>The default FMOD AudioLink Settings can be found in the project settings, under 'Plugins > FMOD AudioLink'. This is used in cases where the property has not been set, so it is unnecessary to pass it every time you create an AudioLink.<br />
|
||||||
|
You can create multiple FMOD AudioLink Settings assets for different FMOD Events, allowing you to easily route different sounds to different events allowing for greater customization.<br />
|
||||||
|
These settings are used to set up the FMOD Event:</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Link Event</strong> - FMOD Studio Event to use with this settings asset.</li>
|
||||||
|
<li><strong>Should Clear Buffer on Receipt</strong> - If this is set, the buffer will be cleared after it's read, so it's not rendered by Unreal. Only applies if running both renderers at once. Disable this if you want to use the audio data from Unreal Engine.</li>
|
||||||
|
<li><strong>Producer to Consumer Buffer Ratio</strong> - This is the ratio of producer to consumer buffer size, a size too large can lead to latency, but too small can lead to buffer underruns. Typically, you should use a size at a 2:1 or higher ratio of the consumer's bitrate.</li>
|
||||||
|
<li><strong>Initial Silence Fill Ratio</strong> - Ratio of initial buffer to fill with silence ahead of consumption. Adjusting this can resolve starvation at the cost of added latency.</li>
|
||||||
|
</ul>
|
||||||
|
<p><img alt="FMOD Settings AudioLink" src="images/audiolink-settings2.png" /></p>
|
||||||
|
<h3 id="what-can-audiolink-transmit"><a href="#what-can-audiolink-transmit">10.0.4 What Can AudioLink Transmit?</a></h3>
|
||||||
|
<p>FMOD supports AudioLink through three link types:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a class="apilink" href="#source">Source</a> - eg. MetaSounds, Sound Cues, and Sound Waves.</li>
|
||||||
|
<li><a class="apilink" href="#submix">Submix</a>.</li>
|
||||||
|
<li><a class="apilink" href="#audiolink-component">AudioLink Component</a> - ie. <code>FMODAudioLink</code>.</li>
|
||||||
|
</ul>
|
||||||
|
<h4 id="source"><a href="#source">Source</a></h4>
|
||||||
|
<p>MetaSounds, Sound Cues, and Sound Waves are classed as 'Sources', to play them through AudioLink you can use the <a class="apilink" href="#attenuation-settings">Attenuation Settings</a> or the <a class="apilink" href="#submix">Submix</a>.</p>
|
||||||
|
<h4 id="submix"><a href="#submix">Submix</a></h4>
|
||||||
|
<p>You can set the <code>Send to Audio Link</code> flag and the Audio Link Settings property in the submix's Details panel, under 'Audio Link'.</p>
|
||||||
|
<p><img alt="Submix AudioLink" src="images/audiolink-submix2.png" /></p>
|
||||||
|
<h4 id="audiolink-component"><a href="#audiolink-component">AudioLink Component</a></h4>
|
||||||
|
<p>AudioLink Component support is included through the <code>FMOD AudioLink</code> Component, but is often unnecessary as sources are componentless by design, highly optimized for scale, and provide engine-level support.</p>
|
||||||
|
<p><img alt="FMOD AudioLink Component" src="images/audiolink-component.png" /></p>
|
||||||
|
<p>The AudioLink Component is then controlled through the API:</p>
|
||||||
|
<ul>
|
||||||
|
<li><code>PlayLink</code></li>
|
||||||
|
<li><code>SetLinkSound</code></li>
|
||||||
|
<li><code>StopLink</code></li>
|
||||||
|
<li><code>IsLinkPlaying</code></li>
|
||||||
|
</ul>
|
||||||
|
<p><img alt="Play Link" src="images/audiolink-playlink.png" /></p>
|
||||||
|
<div class="admonition warning">
|
||||||
|
<p>In UE5.2 and UE5.3, two events will spawn when using the FMODAudioLinkComponent: one for the component (intended) and one for the sound source (not intended). This appears to be an engine bug.</p>
|
||||||
|
<p>Workaround:<br />
|
||||||
|
Create a new FMODAudioLinkSettings asset and leave the <code>Link Event</code> empty, then assign this to the sound source (through the <a class="apilink" href="#attenuation-settings">Attenuation Settings</a>).</p>
|
||||||
|
</div>
|
||||||
|
<h4 id="attenuation-settings"><a href="#attenuation-settings">Attenuation Settings</a></h4>
|
||||||
|
<p>In the source/component Details panel you will find the option to individually override or assign Attenuation settings:</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Allow Spatialization</strong> - Overrides spatialization enablement in either the attenuation asset or on this audio component's attenuation settings override.</li>
|
||||||
|
<li><strong>Override Attenuation</strong> - This breaks down the Attenuation settings in the details panel to override individual components.</li>
|
||||||
|
<li><strong>Attenuation Settings</strong> - Here you can specify a settings asset that uses all the Attenuation settings you have already set.</li>
|
||||||
|
</ul>
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Meta Sound</th>
|
||||||
|
<th>Sound Cue</th>
|
||||||
|
<th>Audio Component</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><img alt="Meta Sound" src="images/audiolink-attenuation-meta.png" /></td>
|
||||||
|
<td><img alt="Sound Cue" src="images/audiolink-attenuation-cue.png" /></td>
|
||||||
|
<td><img alt="Audio Component" src="images/audiolink-attenuation-component.png" /></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<p>To send specific sounds to FMOD, use the settings under <code>Attenuation (AudioLink)</code>:</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Attenuation (Spatialization)</strong><ul>
|
||||||
|
<li><strong>Enable Spatialization</strong> - It is recommended to enable this option for 3D sounds, so that Unreal can send the positional information to the FMOD Integration.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><strong>Attenuation (AudioLink)</strong><ul>
|
||||||
|
<li><strong>Enable Send to AudioLink</strong> - Enables/Disables AudioLink on all sources using this Attenuation.</li>
|
||||||
|
<li><strong>AudioLink Settings Override</strong> - A pre-defined AudioLink Settings asset that can be used across multiple Attenuation settings. If this is empty then the default settings are used.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p><img alt="Sound Attenuation" src="images/audiolink-attenuation-settings.png" /></p>
|
||||||
|
<h3 id="troubleshooting"><a href="#troubleshooting">10.0.5 Troubleshooting</a></h3>
|
||||||
|
<ul>
|
||||||
|
<li>Use the console command <code>log LogFMODAudioLink All</code> to output (a lot) more detailed information to the log. </li>
|
||||||
|
<li>Ensure you enable the <code>Send to AudioLink</code> flag on the source or submix.</li>
|
||||||
|
<li>Be careful with pairing a source and submix containing the same signal chain, as that can cause data duplication and result in loud and undesirable audio stacking.</li>
|
||||||
|
<li>FMOD Studio Profiler can now be used to track and manage events using Live Update.</li>
|
||||||
|
</ul></div>
|
||||||
|
|
||||||
|
<p class="manual-footer">Unreal Integration 2.02.26 (2024-12-11). © 2024 Firelight Technologies Pty Ltd.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,100 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Blueprint Reference | Enums</title>
|
||||||
|
<link rel="stylesheet" href="style/docs.css">
|
||||||
|
<link rel="stylesheet" href="style/code_highlight.css">
|
||||||
|
<script type="text/javascript" src="scripts/language-selector.js"></script></head>
|
||||||
|
<body>
|
||||||
|
<div class="docs-body">
|
||||||
|
<div class="manual-toc">
|
||||||
|
<p>Unreal Integration 2.02</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="welcome.html">Welcome to FMOD for Unreal</a></li>
|
||||||
|
<li><a href="user-guide.html">User Guide</a></li>
|
||||||
|
<li><a href="settings.html">Settings</a></li>
|
||||||
|
<li><a href="plugins.html">Plugins</a></li>
|
||||||
|
<li><a href="niagara.html">Niagara Integration</a></li>
|
||||||
|
<li><a href="api-reference.html">API Reference</a></li>
|
||||||
|
<li class="manual-current-chapter manual-inactive-chapter"><a href="blueprint-reference.html">Blueprint Reference</a><ul class="subchapters"><li><a href="blueprint-reference-bus.html">Bus</a></li><li><a href="blueprint-reference-common.html">Common</a></li><li><a href="blueprint-reference-component.html">Component</a></li><li><a href="blueprint-reference-eventinstance.html">Event Instance</a></li><li><a href="blueprint-reference-asynchronous-loading.html">Asynchronous Loading</a></li><li class="manual-current-chapter manual-active-chapter"><a href="blueprint-reference-enums.html">Enums</a></li><li><a href="blueprint-reference-structs.html">Structs</a></li><li><a href="blueprint-reference-utilities.html">Utilities</a></li></ul></li>
|
||||||
|
<li><a href="platform-specifics.html">Platform Specifics</a></li>
|
||||||
|
<li><a href="troubleshooting.html">Troubleshooting</a></li>
|
||||||
|
<li><a href="audiolink.html">AudioLink</a></li>
|
||||||
|
<li><a href="glossary.html">Glossary</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="manual-content api">
|
||||||
|
<h1>7. Blueprint Reference | Enums</h1>
|
||||||
|
<p>Automatically generated methods for working with FMOD and Unreal Enums.</p>
|
||||||
|
<p><strong>Methods:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-enums.html#byte-to-enum-efmod_studio_stop_mode" title="Converts a byte to an EFMOD_STUDIO_STOP_MODE.">Byte to Enum EFMOD_STUDIO_STOP_MODE</a> Converts a byte to an EFMOD_STUDIO_STOP_MODE.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-enums.html#foreach-efmod_studio_stop_mode" title="Returns every value in the EFMOD_STUDIO_STOP_MODE enum.">ForEach EFMOD_STUDIO_STOP_MODE</a> Returns every value in the EFMOD_STUDIO_STOP_MODE enum.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-enums.html#get-number-of-entries-in-efmod_studio_stop_mode" title="Returns the total number of entries in the EFMOD_STUDIO_STOP_MODE enum.">Get Number of Entries in EFMOD_STUDIO_STOP_MODE</a> Returns the total number of entries in the EFMOD_STUDIO_STOP_MODE enum.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-enums.html#literal-enum-efmod_studio_stop_mode" title="Returns the value of an EFMOD_STUDIO_STOP_MODE member.">Literal Enum EFMOD_STUDIO_STOP_MODE</a> Returns the value of an EFMOD_STUDIO_STOP_MODE member.</span></li>
|
||||||
|
</ul>
|
||||||
|
<h2 api="function" id="byte-to-enum-efmod_studio_stop_mode"><a href="#byte-to-enum-efmod_studio_stop_mode">Byte to Enum EFMOD_STUDIO_STOP_MODE</a></h2>
|
||||||
|
<p>Converts a byte to an EFMOD_STUDIO_STOP_MODE.</p>
|
||||||
|
<p><img alt="Byte to Enum" src="images/byte-to-enum.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">EFMOD_STUDIO_STOP_MODE</span> <span class="nf">ByteToEnum</span><span class="p">(</span>
|
||||||
|
<span class="n">byte</span> <span class="n">Byte</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Byte</dt>
|
||||||
|
<dd>Byte to convert to an EFMOD_STUDIO_STOP_MODE.</dd>
|
||||||
|
</dl>
|
||||||
|
<p><strong>See Also:</strong> <a href="https://fmod.com/docs/2.02/api/studio-api-eventinstance.html#fmod_studio_stop_mode">EFMOD_STUDIO_STOP_MODE</a>.</p>
|
||||||
|
<h2 api="function" id="foreach-efmod_studio_stop_mode"><a href="#foreach-efmod_studio_stop_mode">ForEach EFMOD_STUDIO_STOP_MODE</a></h2>
|
||||||
|
<p>Returns every value in the EFMOD_STUDIO_STOP_MODE enum.</p>
|
||||||
|
<p><img alt="ForEach EFMOD_STUDIO_STOP_MODE" src="images/for-each.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">EFMOD_STUDIO_STOP_MODE</span> <span class="nf">ForEachEFMOD_STUDIO_STOP_MODE</span><span class="p">();</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<p><strong>See Also:</strong> <a href="https://fmod.com/docs/2.02/api/studio-api-eventinstance.html#fmod_studio_stop_mode">EFMOD_STUDIO_STOP_MODE</a>.</p>
|
||||||
|
<h2 api="function" id="get-number-of-entries-in-efmod_studio_stop_mode"><a href="#get-number-of-entries-in-efmod_studio_stop_mode">Get Number of Entries in EFMOD_STUDIO_STOP_MODE</a></h2>
|
||||||
|
<p>Returns the total number of entries in the EFMOD_STUDIO_STOP_MODE enum.</p>
|
||||||
|
<p><img alt="Get Number of Entries in EFMOD_STUDIO_STOP_MODE" src="images/get-number-of-entreis-in.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="kt">int</span> <span class="nf">GetNumberOfEntriesInEFMOD_STUDIO_STOP_MODE</span><span class="p">();</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<p><strong>See Also:</strong> <a href="https://fmod.com/docs/2.02/api/studio-api-eventinstance.html#fmod_studio_stop_mode">EFMOD_STUDIO_STOP_MODE</a>.</p>
|
||||||
|
<h2 api="function" id="literal-enum-efmod_studio_stop_mode"><a href="#literal-enum-efmod_studio_stop_mode">Literal Enum EFMOD_STUDIO_STOP_MODE</a></h2>
|
||||||
|
<p>Returns the value of an EFMOD_STUDIO_STOP_MODE member.</p>
|
||||||
|
<p><img alt="Literal Enum EFMOD_STUDIO_STOP_MODE" src="images/literal-enum.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">EFMOD_STUDIO_STOP_MODE</span> <span class="nf">LiteralEnumEFMOD_STUDIO_STOP_MODE</span><span class="p">(</span>
|
||||||
|
<span class="n">EFMOD_STUDIO_STOP_MODE</span> <span class="n">Enum</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Enum</dt>
|
||||||
|
<dd>The EFMOD_STUDIO_STOP_MODE member value to retrieve.</dd>
|
||||||
|
</dl>
|
||||||
|
<p><strong>See Also:</strong> <a href="https://fmod.com/docs/2.02/api/studio-api-eventinstance.html#fmod_studio_stop_mode">EFMOD_STUDIO_STOP_MODE</a>.</p></div>
|
||||||
|
|
||||||
|
<p class="manual-footer">Unreal Integration 2.02.26 (2024-12-11). © 2024 Firelight Technologies Pty Ltd.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,134 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Blueprint Reference | Structs</title>
|
||||||
|
<link rel="stylesheet" href="style/docs.css">
|
||||||
|
<link rel="stylesheet" href="style/code_highlight.css">
|
||||||
|
<script type="text/javascript" src="scripts/language-selector.js"></script></head>
|
||||||
|
<body>
|
||||||
|
<div class="docs-body">
|
||||||
|
<div class="manual-toc">
|
||||||
|
<p>Unreal Integration 2.02</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="welcome.html">Welcome to FMOD for Unreal</a></li>
|
||||||
|
<li><a href="user-guide.html">User Guide</a></li>
|
||||||
|
<li><a href="settings.html">Settings</a></li>
|
||||||
|
<li><a href="plugins.html">Plugins</a></li>
|
||||||
|
<li><a href="niagara.html">Niagara Integration</a></li>
|
||||||
|
<li><a href="api-reference.html">API Reference</a></li>
|
||||||
|
<li class="manual-current-chapter manual-inactive-chapter"><a href="blueprint-reference.html">Blueprint Reference</a><ul class="subchapters"><li><a href="blueprint-reference-bus.html">Bus</a></li><li><a href="blueprint-reference-common.html">Common</a></li><li><a href="blueprint-reference-component.html">Component</a></li><li><a href="blueprint-reference-eventinstance.html">Event Instance</a></li><li><a href="blueprint-reference-asynchronous-loading.html">Asynchronous Loading</a></li><li><a href="blueprint-reference-enums.html">Enums</a></li><li class="manual-current-chapter manual-active-chapter"><a href="blueprint-reference-structs.html">Structs</a></li><li><a href="blueprint-reference-utilities.html">Utilities</a></li></ul></li>
|
||||||
|
<li><a href="platform-specifics.html">Platform Specifics</a></li>
|
||||||
|
<li><a href="troubleshooting.html">Troubleshooting</a></li>
|
||||||
|
<li><a href="audiolink.html">AudioLink</a></li>
|
||||||
|
<li><a href="glossary.html">Glossary</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="manual-content api">
|
||||||
|
<h1>7. Blueprint Reference | Structs</h1>
|
||||||
|
<p>Automatically generated methods for working with FMOD and Unreal Structs.</p>
|
||||||
|
<p><strong>Methods</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-structs.html#make-fmodattenuationdetails" title="Adds a node that creates an 'FMODAttenuationDetails' from its members.">Make FMODAttenuationDetails</a> Adds a node that creates an 'FMODAttenuationDetails' from its members.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-structs.html#make-fmodocclusiondetails" title="Adds a node that creates an 'FMODOcclusionDetails' from its members.">Make FMODOcclusionDetails</a> Adds a node that creates an 'FMODOcclusionDetails' from its members.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-structs.html#make-fmodeventinstance" title="Adds a node that creates an 'FMODEventInstance' from its members.">Make FMODEventInstance</a> Adds a node that creates an 'FMODEventInstance' from its members.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-structs.html#break-fmodocclusiondetails" title="Adds a node that breaks an 'FMODOcclusionDetails' into its member fields.">Break FMODOcclusionDetails</a> Adds a node that breaks an 'FMODOcclusionDetails' into its member fields.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-structs.html#break-fmodattenuationdetails" title="Adds a node that breaks an 'FMODAttenuationDetails` into its member fields.">Break FMODAttenuationDetails</a> Adds a node that breaks an 'FMODAttenuationDetails` into its member fields.</span></li>
|
||||||
|
</ul>
|
||||||
|
<h2 api="api" id="break-fmodattenuationdetails"><a href="#break-fmodattenuationdetails">Break FMODAttenuationDetails</a></h2>
|
||||||
|
<p>Adds a node that breaks an 'FMODAttenuationDetails` into its member fields.</p>
|
||||||
|
<p><img alt="FMOD Attenuation Details" src="images/break-fmod-attenuation-details.png" /><br />
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAttenuationDetails</span> <span class="nf">BreakFMODAttenuationDetails</span><span class="p">(</span>
|
||||||
|
<span class="n">FMODAttenuation</span> <span class="n">Details</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>FMODAttenuationDetails</dt>
|
||||||
|
<dd><a href="api-reference-common.html#ffmodattenuationdetails">FMODAttenuationDetails</a> to break into its member fields.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="break-fmodocclusiondetails"><a href="#break-fmodocclusiondetails">Break FMODOcclusionDetails</a></h2>
|
||||||
|
<p>Adds a node that breaks an 'FMODOcclusionDetails' into its member fields.</p>
|
||||||
|
<p><img alt="FMOD Occlusion Details" src="images/break-fmod-attenuation-details.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODOcclusionDetails</span> <span class="n">BreakFMODOcclusionDetails</span><span class="p">(</span>
|
||||||
|
<span class="n">FMODOcclusion</span> <span class="n">Details</span>
|
||||||
|
<span class="p">)</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>FMODOcclusionDetails</dt>
|
||||||
|
<dd><a href="api-reference-common.html#ffmodocclusiondetails">FMODOcclusionDetails</a> to break into its member fields.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="make-fmodattenuationdetails"><a href="#make-fmodattenuationdetails">Make FMODAttenuationDetails</a></h2>
|
||||||
|
<p>Adds a node that creates an 'FMODAttenuationDetails' from its members.</p>
|
||||||
|
<p><img alt="Make FMODAttenuationDetails" src="images/make-fmod-attenuation-details.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAttenuationDetails</span> <span class="nf">MakeFMODAttenuationDetails</span><span class="p">(</span>
|
||||||
|
<span class="kt">bool</span> <span class="n">OverrideAttenuation</span><span class="p">,</span>
|
||||||
|
<span class="kt">float</span> <span class="n">MinimumDistance</span><span class="p">,</span>
|
||||||
|
<span class="kt">float</span> <span class="n">MaximumDistance</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>OverrideAttenuation</dt>
|
||||||
|
<dd>True to use attenuation values set by editor, false to use values set in the Studio project.</dd>
|
||||||
|
<dt>MinimumDistance</dt>
|
||||||
|
<dd>Minimum 3D Distance. Value to use for the minimum attenuation distance if <code>OverrideAttenuation</code> is true.</dd>
|
||||||
|
<dt>MaximumDistance</dt>
|
||||||
|
<dd>Maximum 3D Distance. Value to use for the maximum attenuation distance if <code>OverrideAttenuation</code> is true.</dd>
|
||||||
|
</dl>
|
||||||
|
<p><strong>See Also:</strong> <a href="api-reference-common.html#ffmodattenuationdetails">FMODAttenuationDetails</a>.</p>
|
||||||
|
<h2 api="function" id="make-fmodeventinstance"><a href="#make-fmodeventinstance">Make FMODEventInstance</a></h2>
|
||||||
|
<p>Adds a node that creates an 'FMODEventInstance' from its members.</p>
|
||||||
|
<p><img alt="FMOD Event Instance" src="images/make-fmod-event-instance.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODEventInstance</span> <span class="nf">MakeFMODEventInstance</span><span class="p">();</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<p><strong>See Also:</strong> <a href="blueprint-reference-eventinstance.html">Event Instance</a>.</p>
|
||||||
|
<h2 api="function" id="make-fmodocclusiondetails"><a href="#make-fmodocclusiondetails">Make FMODOcclusionDetails</a></h2>
|
||||||
|
<p>Adds a node that creates an 'FMODOcclusionDetails' from its members.</p>
|
||||||
|
<p><img alt="FMODOcclusion Details" src="images/make-fmod-occlusion-details.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAttenuationDetails</span> <span class="nf">MakeFMODAttenuationDetails</span><span class="p">(</span>
|
||||||
|
<span class="kt">bool</span> <span class="n">EnableOcclusion</span><span class="p">,</span>
|
||||||
|
<span class="k">enum</span> <span class="n">OcclusionTraceChannel</span><span class="p">,</span>
|
||||||
|
<span class="kt">bool</span> <span class="n">UseComplexCollisionForOcclusion</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>EnableOcclusion</dt>
|
||||||
|
<dd>True to enable occlusion settings, false to disable them.</dd>
|
||||||
|
<dt>OcclusionTraceChannel</dt>
|
||||||
|
<dd>Trace channel to use for audio occlusion checks.</dd>
|
||||||
|
<dt>UseComplexCollisionForOcclusion</dt>
|
||||||
|
<dd>True to enable complex geometry occlusion checks, false not to.</dd>
|
||||||
|
</dl>
|
||||||
|
<p><strong>See Also:</strong> <a href="api-reference-common.html#ffmodocclusiondetails">FMODOcclusionDetails</a>.</p></div>
|
||||||
|
|
||||||
|
<p class="manual-footer">Unreal Integration 2.02.26 (2024-12-11). © 2024 Firelight Technologies Pty Ltd.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,432 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Blueprint Reference | Utilities</title>
|
||||||
|
<link rel="stylesheet" href="style/docs.css">
|
||||||
|
<link rel="stylesheet" href="style/code_highlight.css">
|
||||||
|
<script type="text/javascript" src="scripts/language-selector.js"></script></head>
|
||||||
|
<body>
|
||||||
|
<div class="docs-body">
|
||||||
|
<div class="manual-toc">
|
||||||
|
<p>Unreal Integration 2.02</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="welcome.html">Welcome to FMOD for Unreal</a></li>
|
||||||
|
<li><a href="user-guide.html">User Guide</a></li>
|
||||||
|
<li><a href="settings.html">Settings</a></li>
|
||||||
|
<li><a href="plugins.html">Plugins</a></li>
|
||||||
|
<li><a href="niagara.html">Niagara Integration</a></li>
|
||||||
|
<li><a href="api-reference.html">API Reference</a></li>
|
||||||
|
<li class="manual-current-chapter manual-inactive-chapter"><a href="blueprint-reference.html">Blueprint Reference</a><ul class="subchapters"><li><a href="blueprint-reference-bus.html">Bus</a></li><li><a href="blueprint-reference-common.html">Common</a></li><li><a href="blueprint-reference-component.html">Component</a></li><li><a href="blueprint-reference-eventinstance.html">Event Instance</a></li><li><a href="blueprint-reference-asynchronous-loading.html">Asynchronous Loading</a></li><li><a href="blueprint-reference-enums.html">Enums</a></li><li><a href="blueprint-reference-structs.html">Structs</a></li><li class="manual-current-chapter manual-active-chapter"><a href="blueprint-reference-utilities.html">Utilities</a></li></ul></li>
|
||||||
|
<li><a href="platform-specifics.html">Platform Specifics</a></li>
|
||||||
|
<li><a href="troubleshooting.html">Troubleshooting</a></li>
|
||||||
|
<li><a href="audiolink.html">AudioLink</a></li>
|
||||||
|
<li><a href="glossary.html">Glossary</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="manual-content api">
|
||||||
|
<h1>7. Blueprint Reference | Utilities</h1>
|
||||||
|
<p>Automatically generated methods for working with FMOD and Unreal Utilities.</p>
|
||||||
|
<p><strong>Methods:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodambientsound" title="Access object as a class 'FMODAmbientSound' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODAmbientSound</a> Access object as a class 'FMODAmbientSound' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodambientsound-class" title="Access class 'FMODAmbientSound' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODAmbientSound Class</a> Access class 'FMODAmbientSound' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodanimnotifyplay" title="Access object as a class 'FMODAnimNotifyPlay' it may be an instance of. On failure the Cast Failed path will be taken.">Cast TO FMODAnimNotifyPlay</a> Access object as a class 'FMODAnimNotifyPlay' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodanimnotifyplay-class" title="Access class 'FMODAnimNotifyPlay' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast TO FMODAnimNotifyPlay Class</a> Access class 'FMODAnimNotifyPlay' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodasset" title="Access object as a class 'FMODAsset' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODAsset</a> Access object as a class 'FMODAsset' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodasset-class" title="Access class 'FMODAsset' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODAsset Class</a> Access class 'FMODAsset' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodaudiocomponent" title="Access object as a class 'FMODAudioComponent' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODAudioComponent</a> Access object as a class 'FMODAudioComponent' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodaudiocomponent-class" title="Access class 'FMODAudioComponent' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODAudioComponent Class</a> Access class 'FMODAudioComponent' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodbank" title="Access object as a class 'FMODBank' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODBank</a> Access object as a class 'FMODBank' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodbank-class" title="Access class 'FMODBank' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODBank class</a> Access class 'FMODBank' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodbus" title="Access object as a class 'FMODBus' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODBus</a> Access object as a class 'FMODBus' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodbus-class" title="Access class 'FMODBus' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODBus class</a> Access class 'FMODBus' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodevent" title="Access object as a class 'FMODEvent' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODEvent</a> Access object as a class 'FMODEvent' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodevent-class" title="Access class 'FMODEvent' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODEvent class</a> Access class 'FMODEvent' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodport" title="Access object as a class 'FMODPort' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODPort</a> Access object as a class 'FMODPort' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodport-class" title="Access class 'FMODPort' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODPort class</a> Access class 'FMODPort' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodsnapshot" title="Access object as a class 'FMODSnapshot' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODSnapshot</a> Access object as a class 'FMODSnapshot' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodsnapshot-class" title="Access class 'FMODSnapshot' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODSnapshot class</a> Access class 'FMODSnapshot' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodsnapshotreverb" title="Access object as a class 'FMODSnapshotReverb' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODSnapshotReverb</a> Access object as a class 'FMODSnapshotReverb' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodsnapshotreverb-class" title="Access class 'FMODSnapshotReverb' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODSnapshotReverb class</a> Access class 'FMODSnapshotReverb' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodvca" title="Access object as a class 'FMODVCA' it may be an instance of. On failure the Cast Failed path will be taken.">Cast To FMODVCA</a> Access object as a class 'FMODVCA' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
<li><span><a class="apilink" href="blueprint-reference-utilities.html#cast-to-fmodvca-class" title="Access class 'FMODVCA' as one it may inherit from. On failure the Cast Failed path will be taken.">Cast To FMODVCA class</a> Access class 'FMODVCA' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</span></li>
|
||||||
|
</ul>
|
||||||
|
<h2 api="function" id="cast-to-fmodambientsound"><a href="#cast-to-fmodambientsound">Cast To FMODAmbientSound</a></h2>
|
||||||
|
<p>Access object as a class 'FMODAmbientSound' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAmbientSound" src="images/cast-to-fmodambientsound.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAmbientSound</span> <span class="nf">CastToFMODAmbientSound</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-afmodambientsound.html">FMODAmbientSound</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodambientsound-class"><a href="#cast-to-fmodambientsound-class">Cast To FMODAmbientSound class</a></h2>
|
||||||
|
<p>Access class 'FMODAmbientSound' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAmbientSound Class" src="images/cast-to-fmodambientsound-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAmbientSound</span> <span class="nf">CastToFMODAmbientSoundclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-afmodambientsound.html">FMODAmbientSound</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodanimnotifyplay"><a href="#cast-to-fmodanimnotifyplay">Cast To FMODAnimNotifyPlay</a></h2>
|
||||||
|
<p>Access object as a class 'FMODAnimNotifyPlay' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAnimNotifyPlay" src="images/cast-to-fmodanimnotifyplay.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAnimNotifyPlay</span> <span class="nf">CastToFMODAnimNotifyPlay</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodanimnotifyplay.html">FMODAnimNotifyPlay</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodanimnotifyplay-class"><a href="#cast-to-fmodanimnotifyplay-class">Cast To FMODAnimNotifyPlay class</a></h2>
|
||||||
|
<p>Access class 'FMODAnimNotifyPlay' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAnimNotifyPlay Class" src="images/cast-to-fmodanimnotifyplay-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAnimNotifyPlay</span> <span class="nf">CastToFMODAnimNotifyPlayclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodanimnotifyplay.html">FMODAnimNotifyPlay</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodasset"><a href="#cast-to-fmodasset">Cast To FMODAsset</a></h2>
|
||||||
|
<p>Access object as a class 'FMODAsset' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAsset" src="images/cast-to-fmodasset.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAsset</span> <span class="nf">CastToFMODAsset</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodasset.html">FMODAsset</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodasset-class"><a href="#cast-to-fmodasset-class">Cast To FMODAsset class</a></h2>
|
||||||
|
<p>Access class 'FMODAsset' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAsset Class" src="images/cast-to-fmodasset-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAsset</span> <span class="nf">CastToFMODAssetclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodasset.html">FMODAsset</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodaudiocomponent"><a href="#cast-to-fmodaudiocomponent">Cast To FMODAudioComponent</a></h2>
|
||||||
|
<p>Access object as a class 'FMODAudioComponent' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAudioComponent" src="images/cast-to-fmodaudiocomponent.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAudioComponent</span> <span class="nf">CastToFMODAudioComponent</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodaudiocomponent.html">FMODAudioComponent</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodaudiocomponent-class"><a href="#cast-to-fmodaudiocomponent-class">Cast To FMODAudioComponent class</a></h2>
|
||||||
|
<p>Access class 'FMODAudioComponent' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODAudioComponent Class" src="images/cast-to-fmodaudiocomponent-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODAudioComponent</span> <span class="nf">CastToFMODAudioComponentclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodaudiocomponent.html">FMODAudioComponent</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodbank"><a href="#cast-to-fmodbank">Cast To FMODBank</a></h2>
|
||||||
|
<p>Access object as a class 'FMODBank' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODBank" src="images/cast-to-fmodbank.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODBank</span> <span class="nf">CastToFMODBank</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodbank.html">FMODBank</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodbank-class"><a href="#cast-to-fmodbank-class">Cast To FMODBank class</a></h2>
|
||||||
|
<p>Access class 'FMODBank' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODBank Class" src="images/cast-to-fmodbank-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODBank</span> <span class="nf">CastToFMODBankclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodbank.html">FMODBank</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodbus"><a href="#cast-to-fmodbus">Cast To FMODBus</a></h2>
|
||||||
|
<p>Access object as a class 'FMODBus' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODBus" src="images/cast-to-fmodbus.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODBus</span> <span class="nf">CastToFMODBus</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodbus.html">FMODBus</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodbus-class"><a href="#cast-to-fmodbus-class">Cast To FMODBus class</a></h2>
|
||||||
|
<p>Access class 'FMODBus' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODBus Class" src="images/cast-to-fmodbus-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODBus</span> <span class="nf">CastToFMODBusclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodbus.html">FMODBus</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodevent"><a href="#cast-to-fmodevent">Cast To FMODEvent</a></h2>
|
||||||
|
<p>Access object as a class 'FMODEvent' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODEvent" src="images/cast-to-fmodevent.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODEvent</span> <span class="nf">CastToFMODEvent</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodevent.html">FMODEvent</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodevent-class"><a href="#cast-to-fmodevent-class">Cast To FMODEvent class</a></h2>
|
||||||
|
<p>Access class 'FMODEvent' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODEvent Class" src="images/cast-to-fmodevent-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODEvent</span> <span class="nf">CastToFMODEventclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodevent.html">FMODEvent</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodport"><a href="#cast-to-fmodport">Cast To FMODPort</a></h2>
|
||||||
|
<p>Access object as a class 'FMODPort' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODPort" src="images/cast-to-fmodport.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODPort</span> <span class="nf">CastToFMODPort</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodport.html">FMODPort</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodport-class"><a href="#cast-to-fmodport-class">Cast To FMODPort class</a></h2>
|
||||||
|
<p>Access class 'FMODPort' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODPort Class" src="images/cast-to-fmodport-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODPort</span> <span class="nf">CastToFMODPortclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodport.html">FMODPort</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodsnapshot"><a href="#cast-to-fmodsnapshot">Cast To FMODSnapshot</a></h2>
|
||||||
|
<p>Access object as a class 'FMODSnapshot' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODSnapshot" src="images/cast-to-fmodsnapshot.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODSnapshot</span> <span class="nf">CastToFMODSnapshot</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodsnapshot.html">FMODSnapshot</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodsnapshot-class"><a href="#cast-to-fmodsnapshot-class">Cast To FMODSnapshot class</a></h2>
|
||||||
|
<p>Access class 'FMODSnapshot' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODSnapshot Class" src="images/cast-to-fmodsnapshot-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODSnapshot</span> <span class="nf">CastToFMODSnapshotclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodsnapshot.html">FMODSnapshot</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodsnapshotreverb"><a href="#cast-to-fmodsnapshotreverb">Cast To FMODSnapshotReverb</a></h2>
|
||||||
|
<p>Access object as a class 'FMODSnapshotReverb' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODSnapshotReverb" src="images/cast-to-fmodsnapshotreverb.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODSnapshotReverb</span> <span class="nf">CastToFMODSnapshotReverb</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodsnapshotreverb.html">FMODSnapshotReverb</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodsnapshotreverb-class"><a href="#cast-to-fmodsnapshotreverb-class">Cast To FMODSnapshotReverb class</a></h2>
|
||||||
|
<p>Access class 'FMODSnapshotReverb' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODSnapshotReverb Class" src="images/cast-to-fmodsnapshotreverb-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODSnapshotReverb</span> <span class="nf">CastToFMODSnapshotReverbclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodsnapshotreverb.html">FMODSnapshotReverb</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodvca"><a href="#cast-to-fmodvca">Cast To FMODVCA</a></h2>
|
||||||
|
<p>Access object as a class 'FMODVCA' it may be an instance of. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODVCA" src="images/cast-to-fmodvca.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODVCA</span> <span class="nf">CastToFMODVCA</span><span class="p">(</span>
|
||||||
|
<span class="n">Object</span> <span class="n">Object</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Object</dt>
|
||||||
|
<dd>Object to cast to an <a href="api-reference-ufmodvca.html">FMODVCA</a>.</dd>
|
||||||
|
</dl>
|
||||||
|
<h2 api="function" id="cast-to-fmodvca-class"><a href="#cast-to-fmodvca-class">Cast To FMODVCA class</a></h2>
|
||||||
|
<p>Access class 'FMODVCA' as one it may inherit from. On failure the <code>Cast Failed</code> path will be taken.</p>
|
||||||
|
<p><img alt="Cast To FMODVCA Class" src="images/cast-to-fmodvca-class.png" /></p>
|
||||||
|
<p>
|
||||||
|
<div class="language-selector">
|
||||||
|
<div class="language-tab" data-language="language-cpp">C++</div>
|
||||||
|
</div>
|
||||||
|
</p>
|
||||||
|
<div class="highlight language-cpp"><pre><span></span><span class="n">FMODVCA</span> <span class="nf">CastToFMODVCAclass</span><span class="p">(</span>
|
||||||
|
<span class="n">ObjectClassReference</span> <span class="n">Class</span>
|
||||||
|
<span class="p">);</span>
|
||||||
|
</pre></div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Class</dt>
|
||||||
|
<dd>Class to cast to an <a href="api-reference-ufmodvca.html">FMODVCA</a>.</dd>
|
||||||
|
</dl></div>
|
||||||
|
|
||||||
|
<p class="manual-footer">Unreal Integration 2.02.26 (2024-12-11). © 2024 Firelight Technologies Pty Ltd.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
</div>
|
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-component.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-cue.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-meta.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-settings.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-component.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-playlink.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-programmer-sound.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings2.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix-cue.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix2.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-attenuation-details.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-occlusion-details.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/byte-to-enum.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmod-audio-component.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca-class.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/for-each.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/get-number-of-entreis-in.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/get-paused.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/literal-enum.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-attenuation-details.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-event-instance.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-occlusion-details.png
(Stored with Git LFS)
Normal file
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 129 B |
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-add-fmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-create-fmod-event-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-fmod-event-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-modules.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-assign-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-fmod-event.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-playpersistentfmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-update-assign-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatefloatparameter.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatelocation.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatepersistentfmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatetype.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-add-fmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-create-fmod-event-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-fmod-event-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-modules.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-assign-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-fmod-event.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-playpersistentfmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-update-assign-player.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatefloatparameter.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatelocation.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatepersistentfmodevent.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatetype.png
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-updateassignplayer.png
(Stored with Git LFS)
Normal file
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 129 B |