ULandscapeHeightfieldCollisionComponent::ApplyWorldOffset

Called by owner actor on position shifting Component should update all relevant data structures to reflect new actor location

Windows
MacOS
Linux

Override Hierarchy

References

Module

Landscape

Header

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

Include

#include "LandscapeHeightfieldCollisionComponent.h"

Source

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

Syntax

virtual void ApplyWorldOffset
(
    const FVector & InOffset,
    bool bWorldShift
)

Remarks

Called by owner actor on position shifting Component should update all relevant data structures to reflect new actor location

Parameters

Parameter

Description

InWorldOffset

Offset vector the actor shifted by

bWorldShift

Whether this call is part of whole world shifting

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