Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Components > FUMGViewportCameraTransform
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/Viewport.h |
Include | #include "Components/Viewport.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/Viewport.cpp |
void TransitionToLocation
&40;
const FVector & InDesiredLocation,
bool bInstant
&41;
Remarks
Animates from the current location to the desired location
Parameters
Name | Description |
---|---|
InDesiredLocation | The location to transition to |
bInstant | If the desired location should be set instantly rather than transitioned to over time |