Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates > API/Runtime/Core/Delegates/TBaseRawMethodDe-
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.h |
| Include | #include "Delegates/DelegateInstancesImpl.h" |
template<typename... InVarTypes>
TBaseRawMethodDelegateInstance
(
UserClass * InUserObject,
FMethodPtr InMethodPtr,
InVarTypes &&... Vars
)
Remarks
Creates and initializes a new instance.
Parameters
| Name | Description |
|---|---|
| InUserObject | An arbitrary object (templated) that hosts the member function. |
| InMethodPtr | C++ member function pointer for the method to bind. |