Unreal Integration 2.02

6. API Reference | UFMODEvent

This class inherits from UFMODAsset

Methods:

UFMODAsset::AssetGuid

The unique Guid, which matches the one exported from FMOD Studio.

C++

FGuid AssetGuid;

UFMODEvent::GetParameterDescriptions

Get parameter descriptions for this event.

C++

void GetParameterDescriptions(
    TArray<FMOD_STUDIO_PARAMETER_DESCRIPTION> &Parameters
);
Parameters
Parameters to retrieve.