I3DHConnector.h File Reference

instant3Dhub: I3DHConnector.h File Reference
instant3Dhub
I3DHConnector.h File Reference
#include "CoreMinimal.h"
#include "I3DHConnectorAPI.h"
#include "I3DHConnectorStorage.h"
#include "I3DHDataTypes.h"
#include "I3DHVersion.h"
#include "GameFramework/Actor.h"
#include "I3DHConnector.generated.h"
+ Include dependency graph for I3DHConnector.h:

Go to the source code of this file.

Detailed Description

Classes

struct  FI3DHConnectOptions
 
class  AI3DHConnector
 

Functions

DECLARE_DYNAMIC_MULTICAST_DELEGATE void FConnectedDelegate ()
 
DECLARE_DYNAMIC_MULTICAST_DELEGATE void FConnectErrorDelegate (const FString &ErrorMessage)
 
DECLARE_DYNAMIC_MULTICAST_DELEGATE void FDisconnectedDelegate ()
 
DECLARE_DYNAMIC_MULTICAST_DELEGATE void FClipPlaneCreatedDelegate (int32 ClipPlaneId, AActor *ClipPlaneActor, bool OwnEvent)
 
DECLARE_DYNAMIC_MULTICAST_DELEGATE void FClipPlaneRemovedDelegate (int32 ClipPlaneId, bool OwnEvent)
 

Function Documentation

◆ FClipPlaneCreatedDelegate()

DECLARE_DYNAMIC_MULTICAST_DELEGATE void FClipPlaneCreatedDelegate ( int32 ClipPlaneId,
AActor * ClipPlaneActor,
bool OwnEvent )

Delegate type invoked when a clip plane is created.

Parameters
ClipPlaneId
ClipPlaneActor
OwnEventis true, if the clip plane was created in response to an API call (e.g. FI3DHClipPlaneAPI::EnableMainClipPlane()) and false otherwise, e.g. when joining a session that already contains a clip plane.

◆ FClipPlaneRemovedDelegate()

DECLARE_DYNAMIC_MULTICAST_DELEGATE void FClipPlaneRemovedDelegate ( int32 ClipPlaneId,
bool OwnEvent )

Delegate type invoked when a clip plane is removed.

Parameters
ClipPlaneId
OwnEventis true, if the clip plane was created in response to an API call (e.g. FI3DHClipPlaneAPI::DisableMainClipPlane()).