Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARBlueprintLibrary
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARBlueprintLibrary.h |
| Include | #include "ARBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARBlueprintLibrary.cpp |
static bool AddTrackedPointWithName
&40;
const FTransform & WorldTransform,
const FString & PointName,
bool bDeletePointsWithSameName
&41;
Remarks
Manually add a tracked point with name and world transform. : transform in the world space where the point should be created. : the name of the created point, must be non-empty. : if existing points with the same name should be deleted. if the operation succeeds. Note that this is an async operation - the added point won't be available until a few frames later.