I3DHConnector.h File Reference
|
instant3Dhub
|
#include "CoreMinimal.h"#include "I3DHConnectorAPI.h"#include "I3DHConnectorStorage.h"#include "I3DHDataTypes.h"#include "I3DHVersion.h"#include "Engine/Texture2D.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
- Copyright
- (C) Threedy GmbH
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 OwnEvent is 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 OwnEvent is true, if the clip plane was created in response to an API call (e.g. FI3DHClipPlaneAPI::DisableMainClipPlane()).
◆ FConnectedDelegate()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE void FConnectedDelegate | ( | ) |
Connected Delegate Type.
◆ FConnectErrorDelegate()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE void FConnectErrorDelegate | ( | const FString & | ErrorMessage | ) |
Connect Error Delegate Type.
◆ FDisconnectedDelegate()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE void FDisconnectedDelegate | ( | ) |
Disconnected Delegate Type.
Generated by