IGoogleVRActorPointerResponder

Windows
MacOS
Linux

References

Module

GoogleVRController

Header

/Engine/Plugins/Runtime/GoogleVR/GoogleVRController/Source/GoogleVRController/Classes/GoogleVRActorPointerResponder.h

Include

#include "GoogleVRActorPointerResponder.h"

Syntax

class IGoogleVRActorPointerResponder

Functions

Name Description

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerClick

(
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerComponentChanged

(
    UPrimitiveComponent* PreviousC...,
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerEnter

(
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerExit

(
    AActor* PreviousActor,
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerHover

(
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerPressed

(
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

Public function UFunction BlueprintCallable, Category blueprintnativeevent

void

 

OnPointerReleased

(
    const FHitResult& HitResult,
    UGoogleVRPointerInputComponent*...
)

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