Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UBlueprintNodeSpawner
- IBlueprintNodeBinder::IsBindingCompatible()
- UBlueprintNodeSpawner::IsBindingCompatible()
- UBlueprintBoundEventNodeSpawner::IsBindingCompatible()
- UBlueprintBoundNodeSpawner::IsBindingCompatible()
- UBlueprintComponentNodeSpawner::IsBindingCompatible()
- UBlueprintFunctionNodeSpawner::IsBindingCompatible()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h |
Include | #include "BlueprintNodeSpawner.h" |
virtual bool IsBindingCompatible
(
FBindingObject BindingCandidate
) const
Remarks
Checks to see if the specified object can be bound by this. True if BindingCandidate can be bound by this controller, false if not.
Parameters
Name | Description |
---|---|
BindingCandidate | The object you want to check for. |