ULandscapeSplinesComponent::GetStreamingSplinesComponentForLevel

Returns the matching [ULandscapeSplinesComponent](API\Runtime\Landscape\ULandscapeSplinesComponent) for a given level, _can return null_

Windows
MacOS
Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeSplinesComponent.h"

Source

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

Syntax

ULandscapeSplinesComponent * GetStreamingSplinesComponentForLevel
(
    ULevel * Level,
    bool bCreate
)

Remarks

Returns the matching ULandscapeSplinesComponent for a given level, can return null

Parameters

Parameter

Description

bCreate

whether to create a component if a suitable actor is found but it has no splines component yet

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