Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FPostProcessVolumeProperties |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_PostProcessVolume.h |
| Include Path | #include "Interfaces/Interface_PostProcessVolume.h" |
Syntax
struct FPostProcessVolumeProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnabled | bool | Interfaces/Interface_PostProcessVolume.h | ||
| bIsUnbound | bool | Interfaces/Interface_PostProcessVolume.h | ||
| BlendRadius | float | Interfaces/Interface_PostProcessVolume.h | ||
| BlendWeight | float | Interfaces/Interface_PostProcessVolume.h | ||
| Priority | float | Interfaces/Interface_PostProcessVolume.h | ||
| Settings | const FPostProcessSettings * | Interfaces/Interface_PostProcessVolume.h | ||
| Size | double | Size (volume of the PPV's bounding box), is used as an additional sort key if Priority is equal. | Interfaces/Interface_PostProcessVolume.h | |
| VolumeGuid | FGuid | Interfaces/Interface_PostProcessVolume.h |