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&40;BlueprintCallable, BlueprintPure, Category&61;"Calibration"&41;
bool GetWorldLocation
&40;
const FString & InPointName,
FVector & OutLocation
&41; 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. |