Navigation
API > API/Plugins > API/Plugins/LensComponent > API/Plugins/LensComponent/ULensComponent
Syntax
UPROPERTY (Interp, Category="Nodal Offset", Meta=(EditCondition=false, EditConditionHides))
FVector OriginalTrackedComponentLocation
Remarks
Location and Rotation of the TrackedComponent prior to nodal offset being applied Note: These are marked Interp so that they will be recorded in a level sequence to support re-applying nodal offset However, recording of FTransform properties is not currently supported by the transform track recorder. FRotator and FQuat are also not supported by the basic property track recorder, but FVector is, so we use that for both location and rotation.