Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeHeightfieldCollisionCo-
- UActorComponent::ApplyWorldOffset()
- USceneComponent::ApplyWorldOffset()
- ULandscapeHeightfieldCollisionComponent::ApplyWorldOffset()
- ULandscapeMeshCollisionComponent::ApplyWorldOffset()
References
Module | Landscape |
Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeHeightfieldCollisionComponent.h |
Include | #include "LandscapeHeightfieldCollisionComponent.h" |
Source | /Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp |
virtual void ApplyWorldOffset
&40;
const FVector & InOffset,
bool bWorldShift
&41;
Remarks
Called by owner actor on position shifting Component should update all relevant data structures to reflect new actor location
Parameters
Name | Description |
---|---|
InWorldOffset | Offset vector the actor shifted by |
bWorldShift | Whether this call is part of whole world shifting |