Navigation
API > API/Plugins > API/Plugins/SubsonicCore > API/Plugins/SubsonicCore/FSubsonicEventCollectionDefiniti-
Description
Removes all stale property bindings. Defined as stale if type or name of mapped property does not match that of target parameter. If bPromptRemoval is set, delegate is executed enabling editors to prompt user to cancel removal. Returns whether or not removal succeeded.
| Name | RemoveStaleBindings |
| 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 RemoveStaleBindings
(
const FCollectionHandle & ParentHandle,
bool bPromptRemoval
)