Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAPI
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h |
| Include | #include "AVUtility.h" |
template<typename TAPI UE_REQUIRES>
static TAPI const & Get()
Remarks
Gets or creates an API of a specific type. Direct reference to the typed API.
Parameters
| Name | Description |
|---|---|
| TAPI | Type of API to find, which must inherit from FAPI. |