v1.2.26 |
Documentation for the Unreal C++ Plugin
|
#include "CoreMinimal.h"
#include "Components/WidgetInteractionComponent.h"
#include "GameFramework/Actor.h"
#include "PixoVRLaser.generated.h"
Go to the source code of this file.
Classes | |
class | APixoVRLaser |
Class for VR laser interaction. It can interact with widget buttons or actors derived from IPixoVRInteractionInterface. More... | |
Functions | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FLaserBeamActivated, APixoVRLaser *, Laser, bool, bActivated) | |
DECLARE_LOG_CATEGORY_EXTERN (LogPixoVRLaser, Log, All) | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FLaserBeamActivated | , |
APixoVRLaser * | , | ||
Laser | , | ||
bool | , | ||
bActivated | ) |
DECLARE_LOG_CATEGORY_EXTERN | ( | LogPixoVRLaser | , |
Log | , | ||
All | ) |