![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Components/LocalFogVolumeComponent.h"#include "Engine/LocalFogVolume.h"#include "LocalFogVolumeSceneProxy.h"#include "Components/ArrowComponent.h"#include "Components/DrawSphereComponent.h"#include "Components/BillboardComponent.h"#include "MeshElementCollector.h"#include "SceneInterface.h"#include "PrimitiveDrawingUtils.h"#include "Engine/World.h"#include "UObject/ConstructorHelpers.h"#include "Engine/Texture2D.h"Macros | |
| #define | LFV_BLUEPRINT_SETFUNCTION(MemberType, MemberName) |
| #define | LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR(MemberName) |
| #define | LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR01(MemberName) |
Functions | |
| LFV_BLUEPRINT_SETFUNCTION (float, RadialFogExtinction) | |
| LFV_BLUEPRINT_SETFUNCTION (float, HeightFogExtinction) | |
| LFV_BLUEPRINT_SETFUNCTION (float, HeightFogFalloff) | |
| LFV_BLUEPRINT_SETFUNCTION (float, HeightFogOffset) | |
| LFV_BLUEPRINT_SETFUNCTION (float, FogPhaseG) | |
| LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR01 (FogAlbedo) | |
| LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR (FogEmissive) | |
| #define LFV_BLUEPRINT_SETFUNCTION | ( | MemberType, | |
| MemberName | |||
| ) |
| #define LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR | ( | MemberName | ) |
| #define LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR01 | ( | MemberName | ) |
| LFV_BLUEPRINT_SETFUNCTION | ( | float | , |
| FogPhaseG | |||
| ) |
| LFV_BLUEPRINT_SETFUNCTION | ( | float | , |
| HeightFogExtinction | |||
| ) |
| LFV_BLUEPRINT_SETFUNCTION | ( | float | , |
| HeightFogFalloff | |||
| ) |
| LFV_BLUEPRINT_SETFUNCTION | ( | float | , |
| HeightFogOffset | |||
| ) |
| LFV_BLUEPRINT_SETFUNCTION | ( | float | , |
| RadialFogExtinction | |||
| ) |
| LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR | ( | FogEmissive | ) |
| LFV_BLUEPRINT_SETFUNCTION_LINEARCOLOR01 | ( | FogAlbedo | ) |