Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/ULineBatchComponent
- UActorComponent::ApplyWorldOffset()
- USceneComponent::ApplyWorldOffset()
- ULineBatchComponent::ApplyWorldOffset()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h |
| Include | #include "Components/LineBatchComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/LineBatchComponent.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 |