Navigation
Unreal Engine C++ API Reference > Plugins > VirtualCamera > AVirtualCameraPlayerControllerBase
References
Module | VirtualCamera |
Header | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraPlayerControllerBase.h |
Include | #include "VirtualCameraPlayerControllerBase.h" |
Source | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/VirtualCameraPlayerControllerBase.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Virtual Camera&124;Movement"&41;
bool ToggleAxisLock
&40;
const EVirtualCameraAxis AxisToToggle
&41;
Remarks
Toggles the lock on a given axis; returns new locked state. the new locked state of AxisToToggle (true = locked)
Parameters
Name | Description |
---|---|
AxisToToggle | The axis whose lock should be turned on/off |