Skip to content

Commit

Permalink
Probe dynamic radius fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukam committed Sep 5, 2024
1 parent 02c0038 commit 351875c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ namespace PCGExConnectPoints
{
UPCGExProbeOperation* NewOperation = Factory->CreateOperation();
NewOperation->BindContext(Context);
NewOperation->PrimaryDataFacade = PointDataFacade;

if (!NewOperation->PrepareForPoints(PointIO))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct /*PCGEXTENDEDTOOLKIT_API*/ FPCGExProbeConfigBase
{
}

UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_NotOverridable, HideInDetailPanel))
UPROPERTY()
bool bSupportRadius = true;

UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = Settings, meta=(PCG_Overridable, EditCondition="bSupportRadius", EditConditionHides))
Expand Down

0 comments on commit 351875c

Please sign in to comment.