AMatineeActor::IsMatineeCompatibleWithPlayer

Check to see if this Matinee should be associated with the specified player.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActor.h

Include

#include "Matinee/MatineeActor.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

bool IsMatineeCompatibleWithPlayer
(
    APlayerController * InPC
) const

Remarks

Check to see if this Matinee should be associated with the specified player. This is a relatively quick test to perform.

Returns

true if this Matinee sequence is compatible with the specified player

Parameters

Parameter

Description

InPC

The player controller to check

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss