AMRUKLocalizer Class
Extends AActor
Actor to help finding the localization of actors. It gets a list of all anchor queries that should be localized and checks every tick if the anchor localization is there. When the localization is complete, it will emit the event OnComplete.
NOTE: Normally this should be a async task. However, the anchor data can only be queried in game thread.
FOnComplete OnComplete[Get]
Event that gets fired when all anchors have been localized.
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FOnComplete ,
bool ,
Success )
void Tick ( float DeltaTime )