FLandscapeComponentDerivedData

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h

Include

#include "LandscapeComponent.h"

Syntax

class FLandscapeComponentDerivedData

Functions

Name Description

Public function Static

FString

 

GetDDCKeyString

(
    const FGuid& StateId
)

Constructs a key string for the DDC that uniquely identifies a the Landscape component's derived data.

Public function Const

int32

 

GetPlatformDataSize()

Returns the size of the platform data if there is any.

Public function

TSharedPtr< ...

 

GetRenderData()

Decompresses data if necessary and returns the render data object.

Public function Const

bool

 

HasValidPlatformData()

Returns true if there is any valid platform data

Public function Const

bool

 

HasValidRuntimeData()

Returns true if there is any valid platform data

Public function

void

 

InitializeFromUncompressedData

(
    const TArray< uint8 >& Uncompresse...,
    const TArray< TArray< uint8 >>& St...
)

Initializes the compressed data from an uncompressed source.

Public function

bool

 

LoadFromDDC

(
    const FGuid& StateId,
    UObject* Component
)

Loads the platform data from DDC

Public function

void

 

SaveToDDC

(
    const FGuid& StateId,
    UObject* Component
)

Saves the compressed platform data to the DDC

Public function

void

 

Serialize

(
    FArchive& Ar,
    UObject* Owner
)

Serializer

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