> ## 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.

# ILampInfo::GetUpdateLatencyInMicroseconds

> ILampInfo::GetUpdateLatencyInMicroseconds

# ILampInfo::GetUpdateLatencyInMicroseconds

LampArray가 Lamp에 대한 업데이트를 수신한 시점부터 해당 업데이트가 장치에서 발현되는 시점까지의 시간을 반환합니다.

## 구문

```cpp theme={null}
uint64_t GetUpdateLatencyInMicroseconds(
)
```

### 매개변수

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

### 반환값

형식: uint64\_t

LampArray가 Lamp에 대한 업데이트를 수신한 시점부터 해당 업데이트가 장치에서 발현되는 시점까지의 시간이며, 단위는 마이크로초입니다.

## 요구 사항

**헤더:** LampArray.h

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

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

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampInfo](/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo)


## Related topics

- [ILampInfo](/ko/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo.md)
- [ILampArray::GetMinUpdateIntervalInMicroseconds](/ko/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getminupdateintervalinmicroseconds.md)
- [ILampInfo::GetPurposes](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getpurposes.md)
- [ILampInfo::GetIndex](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getindex.md)
- [ILampInfo::GetPosition](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getposition.md)
