ULandscapeInfo::RegisterActorComponent

Associates passed landscape component with this info object

Windows
MacOS
Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeInfo.h"

Source

/Engine/Source/Runtime/Landscape/Private/Landscape.cpp

Syntax

void RegisterActorComponent
(
    ULandscapeComponent * Component,
    bool bMapCheck
)

Remarks

Associates passed landscape component with this info object

Parameters

Parameter

Description

Component

Landscape component to register

bMapCheck

Whether to warn about landscape errors

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