Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UFunction > API/Runtime/CoreUObject/UObject/UFunction/IsSignatureCompatibleWith
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
bool IsSignatureCompatibleWith
&40;
const UFunction &42; OtherFunction
&41; const
Remarks
Determines if two functions have an identical signature (note: currently doesn't allow matches with class parameters that differ only in how derived they are; there is no directionality to the call) true if function signatures are compatible.
Parameters
| Name | Description |
|---|---|
| OtherFunction | Function to compare this function against. |