Setting cable end location in Blueprint

open up “Engine\Plugins\Runtime\CableComponent\Source\CableComponent\Classes\CableComponent.h”

find “FVector EndLocation;”

change it’s UPROPERTY(…)
to
UPROPERTY(EditAnywhere,BlueprintReadWrite, Category=“Cable”, Category=“Cable”)