API reference
API reference
Select your platform
No SDKs available
No versions available

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.

Fields

Event that gets fired when all anchors have been localized.
TArray< class UMRUKAnchorData * > AnchorsData[Get]

Member Functions

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam
( FOnComplete ,
bool ,
Success )
AMRUKLocalizer ( )
void Tick
( float DeltaTime )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon