Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraWorldManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector::FReal GetLODDistance
(
FVector Location |
Returns the distance to the nearest viewpoint to the give location. Used for a distance on which to base LODs. | NiagaraWorldManager.h | |
FVector::FReal GetLODDistance
(
FVector Location, |
NiagaraWorldManager.h |
GetLODDistance(FVector)
Description
Returns the distance to the nearest viewpoint to the give location. Used for a distance on which to base LODs.
| Name | GetLODDistance |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraWorldManager.h |
| Include Path | #include "NiagaraWorldManager.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraWorldManager.cpp |
FVector::FReal GetLODDistance
(
FVector Location
) const
GetLODDistance(FVector, TConstArrayView< FVector >)
| Name | GetLODDistance |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraWorldManager.h |
| Include Path | #include "NiagaraWorldManager.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraWorldManager.cpp |
FVector::FReal GetLODDistance
(
FVector Location,
TConstArrayView< FVector > ViewPoints
) const