Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVDevice
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h |
| Include | #include "AVDevice.h" |
template<typename TContext>
bool HasContext() const
Remarks
Check if this device has a specific context. Whether this device has a context of that type.
Parameters
| Name | Description |
|---|---|
| TContext | Type of context to check for. |