API reference
API reference
Select your platform
No SDKs available
No versions available

OvrPlatform_User_LaunchBlockFlow Function

Launch the flow for blocking the given user. You can't follow, be followed, invited, or searched by a blocked user, for example. You can remove the block via ovr_User_LaunchUnblockFlow.

Signature

void OVRPLATFORM_API OvrPlatform_User_LaunchBlockFlow(UGameInstance *GameInstance, FOvrId UserID, OvrPlatform_User_LaunchBlockFlow_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
UserID: FOvrId
Delegate: OvrPlatform_User_LaunchBlockFlow_Delegate &&

Returns

void OVRPLATFORM_API