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