> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ILampArray::GetIsEnabled

> ILampArray::GetIsEnabled

# ILampArray::GetIsEnabled

현재 프로세스에서 ILampArray의 활성 상태를 가져옵니다.

## 구문

```cpp theme={null}
bool GetIsEnabled(
)
```

### 매개변수

이 메서드에는 매개변수가 없습니다.

### 반환값

형식: bool

ILampArray의 활성 상태입니다. 장치가 활성화된 경우 true, 그렇지 않으면 false입니다. 기본적으로 ILampArrays는 활성화되어 있습니다.

## 요구 사항

**헤더:** LampArray.h

**라이브러리:** xgameplatform.lib

**지원되는 플랫폼:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampArray::SetIsEnabled](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setisenabled)\
[ILampArray](/reference/lighting/lamparray/interfaces/ilamparray/ilamparray)
