Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UGameplayCueManager
Description
Remove the given gameplay cue notify path from the GameplayCueNotifyPaths array. Re-initalizes RuntimeObjectLibrary based on the new paths
| Name | RemoveGameplayCueNotifyPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueManager.h |
| Include Path | #include "GameplayCueManager.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayCueManager.cpp |
virtual int32 RemoveGameplayCueNotifyPath
(
const FString & InPath,
const bool bShouldRescanCueAssets
)
Number of paths removed.
Parameters
| Name | Remarks |
|---|---|
| InPath | The path to the directory that should be removed from the scan |
| bShouldRescanCueAssets | If true then the runtime object library will be rebuilt. |