Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
API abstraction with static singletons.
| Name | FAPI |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h |
| Include Path | #include "AVUtility.h" |
Syntax
class FAPI
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAPI() |
AVUtility.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAPI() |
AVUtility.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Singletons | TTypeMap< FAPI > | Type-erased map of API singletons. | AVUtility.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Test if the API loaded correctly, or has since been cleaned up. | AVUtility.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TAPI const & Get() |
Gets or creates an API of a specific type. | AVUtility.h | |
static void Shutdown() |
Clean up an API of a specific type. | AVUtility.h |