Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goncasmage1 committed Jun 28, 2024
1 parent 676a7e4 commit afafb50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Content/Docs/UINavDocs.uasset
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/UINavigation/Public/Data/PlatformConfigData.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct FPlatformConfigData
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PlatformConfigData, meta = (RequiredAssetDataTags = "RowStructure=/Script/UINavigation.InputNameMapping"))
UDataTable* GamepadKeyNameData = nullptr;

UPROPERTY(EditAnywhere, Category = "Settings")
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = PlatformConfigData)
UInputMappingContext* UINavInputContextOverride = nullptr;

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = PlatformConfigData)
Expand Down

0 comments on commit afafb50

Please sign in to comment.