Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FReflectionCaptureData |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/MapBuildDataRegistry.h |
| Include Path |
#include "Engine/MapBuildDataRegistry.h" |
Syntax
class FReflectionCaptureData
Derived Classes
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AverageBrightness |
float |
|
Engine/MapBuildDataRegistry.h |
|
| CubemapSize |
int32 |
|
Engine/MapBuildDataRegistry.h |
|
| EncodedHDRCapturedData |
TArray< uint8 > |
|
Engine/MapBuildDataRegistry.h |
|
| FullHDRCapturedData |
TArray< uint8 > |
|
Engine/MapBuildDataRegistry.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bUploadedFinal |
bool |
|
Engine/MapBuildDataRegistry.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool HasBeenUploadedFinal()
|
|
Engine/MapBuildDataRegistry.h |
|
void OnDataUploadedToGPUFinal()
|
|
Engine/MapBuildDataRegistry.h |
|