Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine > API/Runtime/Engine/Engine/UPlatformInterfaceBase
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h |
Include | #include "Engine/PlatformInterfaceBase.h" |
Source | /Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp |
bool HasDelegates
&40;
int32 DelegateType
&41;
Remarks
Determines if there are any delegates of the given type on this platform interface object. This is useful to skip a bunch of FPlatformInterfaceDelegateResult if there is no one even listening! true if there are any delegates set of the given type
Parameters
Name | Description |
---|---|
DelegateType | The type of delegate to look up delegates for |