函数 | |
| void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FColor > Out) |
| void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FLinearColor > Out) |
| void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
| int32 | SourcePitch, | ||
| FIntPoint | SourceExtent, | ||
| FIntPoint | DestinationExtent, | ||
| EPixelFormat | Format, | ||
| FReadSurfaceDataFlags | Flags, | ||
| TArrayView< FColor > | Out | ||
| ) |
| void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
| int32 | SourcePitch, | ||
| FIntPoint | SourceExtent, | ||
| FIntPoint | DestinationExtent, | ||
| EPixelFormat | Format, | ||
| FReadSurfaceDataFlags | Flags, | ||
| TArrayView< FLinearColor > | Out | ||
| ) |
在文件 ImageUtil.cpp 第 15 行定义.
引用了 UE_LOG().
被这些函数引用 ASceneCaptureSensor::SendGBuffer().
函数调用图:
这是这个函数的调用关系图: