Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FExecutionContext
Description
When found, the provided callback will be called with the scoped interface binding. Iteration will continue as long as the callback returns true.
| Name | ForEachScopedInterface |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/ExecutionContext.h |
| Include Path | #include "TraitCore/ExecutionContext.h" |
template<class ScopedTraitInterface>
void ForEachScopedInterface
(
TFunctionRef < bool< ScopedTraitInterface > &Binding )> InFunction
) const