Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
PixoPlatformBPLibrary.cpp
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
4#include "PixoPlatform.h"
5
6UPixoPlatformBPLibrary::UPixoPlatformBPLibrary(const FObjectInitializer& ObjectInitializer)
7: Super(ObjectInitializer)
8{
9
10}
11
13{
14 return -1;
15}
16
static float PixoPlatformSampleFunction(float Param)
UFUNCTION(BlueprintCallable, meta = (DisplayName = "Execute Sample function", Keywords = "PixoPlatfor...