CCamera::HasInterface Method
C++
bool HasInterface(ECameraInterface eInterface)
Queries if this object has the given interface.
Parameters
[ECameraInterface] eInterface |
[in] The interface to query. |
Returns
bool |
True if this class has the given interface, false if not. |