IARSystemSupport::OnTryGetOrCreatePinForNativeResource

Given the platform specific native resource for a pin, create a pin.

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSystem.h

Include

#include "ARSystem.h"

Syntax

virtual bool OnTryGetOrCreatePinForNativeResource
(
    void * InNativeResource,
    const FString & InPinName,
    UARPin *& OutPin
)

Remarks

Given the platform specific native resource for a pin, create a pin.

Returns

true when a pin is successfully created, otherwise false

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