StopGameplayHint
DocsStopGameplayHint(bStopImmediately)Description
Introduced in build 323
Terminates the current gameplay hint camera, with an option for immediate cessation or a gradual fade out.
Parameters
| Name | Type | Description |
|---|---|---|
bStopImmediately | BOOL | Specifies whether the gameplay hint camera should stop instantly `true` or gradually transition out `false`. |
Returns
voidThis native does not return a value.