Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TAttribute
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Attribute.h |
| Include | #include "Misc/Attribute.h" |
template<typename LambdaType, typename... PayloadTypes>
void BindLambda
(
LambdaType && InCallable,
PayloadTypes &&... InputPayload
)
Remarks
Static: Binds a C++ lambda delegate technically this works for any functor types, but lambdas are the primary use case