This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine::Plugins::FMOD::FMOD Class

Header: #include <plugins/Unigine/FMOD/UnigineFMOD.h>
Notice
This set of functions is available when the FMOD plugin is loaded.

This class is intened to work with FMODCore and FMODStudio objects.

FMOD Class

Members


FMODCore * getCore ( ) const#

Returns the FMOD Core System object. The Core System object can be retrieved before initializing the Studio System object to call additional core configuration functions.

Return value

FMOD Core System object.

FMODStudio * getStudio ( ) const#

Returns the FMOD Studio System object.

Return value

FMOD Studio System object.

void update ( ) #

Calls update of FMOD Studio and Core.

bool hasErrors ( int & error_type ) #

Checks for errors and returns error code. To interpret the error, see ERROR_TYPE enum.

Arguments

  • int & error_type - Variable to store error code.

Return value

true if an eror has orrurred, otherwise, false.
Last update: 2023-03-15
Build: ()