Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARTrackableNotifyComponent
Description
Triggers the delegate type if the object is the desired class
return true if the class matched, false otherwise
| Name | ConditionalDispatchEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackableNotifyComponent.h |
| Include Path | #include "ARTrackableNotifyComponent.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARTrackableNotifyComponent.cpp |
template<typename OBJ_TYPE, typename DELEGATE_TYPE>
bool ConditionalDispatchEvent
(
UARTrackedGeometry * Tracked,
DELEGATE_TYPE & Delegate
)