Navigation
API > API/Plugins > API/Plugins/SubsonicCore > API/Plugins/SubsonicCore/FSubsonicEventActionBase
Description
Removes all property bindings associated with the parameter of the given name. Returns true if binding was found and removed, false if not.
| Name | RemoveAllPropertyBindingsToParameter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicEventCollection.h |
| Include Path | #include "SubsonicEventCollection.h" |
| Source | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Private/SubsonicEventCollection.cpp |
bool RemoveAllPropertyBindingsToParameter
(
FName ParameterName
)