Navigation
API > API/Plugins > API/Plugins/SubsonicCore
Response returned by OnStaleBindingsDetected to indicate whether to remove all stale bindings (proceeding with the parameter structural change), revert the change, or rebind stale bindings to a renamed parameter (where applicable).
| Name | UE::Subsonic::Core::BindingUtils::EStaleBindingResponse |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicBindingUtils.h |
| Include Path | #include "SubsonicBindingUtils.h" |
Syntax
namespace UE
{
namespace Subsonic
{
namespace Core
{
namespace BindingUtils
{
enum EStaleBindingResponse
{
RemoveBindings,
Revert,
Rebind,
}
}
}
}
}
Values
| Name | Remarks |
|---|---|
| RemoveBindings | |
| Revert | |
| Rebind |