Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UForceFeedbackEffect
Description
Returns the channel details that should currently be used for the given platform. This will return one of the OverridenDetails if the current platform has one specified. If there isn't an override specified, then it will return the generic "ChannelDetails" array.
| Name | GetCurrentChannelDetails |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/ForceFeedbackEffect.h |
| Include Path | #include "GameFramework/ForceFeedbackEffect.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameFramework/ForceFeedbackEffect.cpp |
const TArray < FForceFeedbackChannelDetails > & GetCurrentChannelDetails
(
const FPlatformUserId PlatformUser
) const