Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ForEachBinding
(
TFunctionRef< void(const FPropertyBindingBinding&Binding)> InFunction |
StateTreeEditorPropertyBindings.h | ||
virtual void ForEachBinding
(
FPropertyBindingIndex16 InBegin, |
StateTreeEditorPropertyBindings.h |
ForEachBinding(TFunctionRef< void(const FPropertyBindingBinding &Binding)>)
| Name | ForEachBinding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorPropertyBindings.h |
| Include Path | #include "StateTreeEditorPropertyBindings.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorPropertyBindings.cpp |
virtual void ForEachBinding
(
TFunctionRef < void &Binding )> InFunction
) const
ForEachBinding(FPropertyBindingIndex16, FPropertyBindingIndex16, TFunctionRef< void(const FPropertyBindingBinding &Binding, const int32 BindingIndex)>)
| Name | ForEachBinding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorPropertyBindings.h |
| Include Path | #include "StateTreeEditorPropertyBindings.h" |
virtual void ForEachBinding
(
FPropertyBindingIndex16 InBegin,
FPropertyBindingIndex16 InEnd,
TFunctionRef < void &Binding , const int32 BindingIndex)> InFunction
) const