Navigation
Unreal Engine C++ API Reference > Plugins > AndroidCameraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAndroidCameraRuntimeSettings
References
Module | AndroidCameraEditor |
Header | /Engine/Plugins/Media/AndroidCamera/Source/AndroidCameraEditor/Public/AndroidCameraRuntimeSettings.h |
Include | #include "AndroidCameraRuntimeSettings.h" |
Syntax
UCLASS&40;Config&61;Engine, defaultconfig&41;
class UAndroidCameraRuntimeSettings : public UObject
Remarks
Implements the settings for the AndroidCamera plugin.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
bool | bEnablePermission | Enable camera permission in AndroidManifest. |
![]() ![]() ![]() ![]() |
bool | bRequiresAnyCamera | Requires a camera to operate (if true and back-facing and front-facing are false, sets android.hardware.camera.any as required) |
![]() ![]() ![]() ![]() |
bool | bRequiresBackFacingCamera | Requires back-facing camera in AndroidManifest (android.hardware.camera) |
![]() ![]() ![]() ![]() |
bool | bRequiresFrontFacingCamera | Requires front-facing camera in AndroidManifest (android.hardware.camera.front) |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UAndroidCameraRuntimeSettings
(
const FObjectInitializer& ObjectInitializer |