Unreal API Level¶
Introduction¶
The WaveVR SDK provides APIs and blueprints for feature development, but these components depend on the corresponding API level to take effect.
Please refer to the Wave VR Version List for the mapping table of the WaveVR SDK version vs. API level.
We list the feasible and effective API level of components here.
- Feasible: usable, but limited.
- Effective: fully supported.
API¶
UWaveVRInputFunctionLibrary::IsButtonAvailable
: check which button is available.
- Feasible: level 3
- Effective: level 3
UWaveVRInputFunctionLibrary::GetInputMappingPair
: check button key-mapping information.
- Feasible: level 3
- Effective: level 3