IsSignatureCompatibleWith

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

IsSignatureCompatibleWith

(
    const UFunction* OtherFunction
)

Determines if two functions have an identical signature (

currently doesn't allow matches with class parameters that differ only in how derived they are; there is no directionality to the call)

Public function Const

bool

 

IsSignatureCompatibleWith

(
    const UFunction* OtherFunction,
    uint64 IgnoreFlags
)

Determines if two functions have an identical signature (

currently doesn't allow matches with class parameters that differ only in how derived they are; there is no directionality to the call)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss