Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
- UActorComponent::ApplyWorldOffset()
- USceneComponent::ApplyWorldOffset()
- UNiagaraComponent::ApplyWorldOffset()
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
Include | #include "NiagaraComponent.h" |
Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.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 |