FLandscapeRenderSystem

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h

Include

#include "LandscapeRender.h"

Syntax

struct FLandscapeRenderSystem

Variables

Constructors

Name Description

Public function

FLandscapeRenderSystem()

Functions

Name Description

Public function

void

 

BeginFrame()

Public function

void

 

BeginRenderView

(
    const FSceneView* View
)

Public function

void

 

ComputeSectionPerViewParameters

(
    const FSceneView* ViewPtrAsIde...,
    int32 ViewLODOverride,
    float ViewLODDistanceFactor,
    bool bDrawCollisionPawn,
    bool bDrawCollisionCollision,
    FVector ViewOrigin,
    FMatrix ViewProjectionMarix
)

Public function

void

 

EndFrame()

Public function

void

 

FetchHeightmapLODBiases()

Public function

int32

 

GetComponentLinearIndex

(
    FIntPoint ComponentBase
)

Public function Static

int8

 

GetLODFromScreenSize

(
    LODSettingsComponent LODSettings,
    float InScreenSizeSquared,
    float InViewLODScale,
    float& OutFractionalLOD
)

Public function

float

 

GetSectionLODBias

(
    FIntPoint ComponentBase
)

Public function

float

 

GetSectionLODValue

(
    FIntPoint ComponentBase
)

Public function

void

 

PrepareView

(
    const FSceneView* View
)

Public function

void

 

RecreateBuffers

(
    const FSceneView* InView
)

Public function

void

 

RegisterEntity

Public function

void

 

ResizeAndMoveTo

(
    FIntPoint NewMin,
    FIntPoint NewSize
)

Public function

void

 

SetSceneProxy

(
    FIntPoint ComponentBase,
    FLandscapeComponentSceneProxy*...
)

Public function

void

 

SetSectionLODSettings

(
    FIntPoint ComponentBase,
    LODSettingsComponent LODSettings
)

Public function

void

 

SetSectionOriginAndRadius

(
    FIntPoint ComponentBase,
    FVector4 OriginAndRadius
)

Public function

void

 

UnregisterEntity

Classes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss