Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/UCalibrationPointComponent
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CalibrationPointComponent.h |
| Include | #include "CalibrationPointComponent.h" |
| Source | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/CalibrationPointComponent.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure, Category="Calibration")
bool GetWorldLocation
(
const FString & InPointName,
FVector & OutLocation
) const
Remarks
Returns the World location of the subpoint (or the component) specified by name True if successful.
Parameters
| Name | Description |
|---|---|
| InPointName | Name of the point or subpoint. If not namespaced the component name will have priority over subpoint name. |
| OutLocation | World location of the specified subpoint. |