FMovieSceneSectionGroup::operator==

Comparison operators We only need these for being stored in a container, to check if it's the same object.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieScene.h

Include

#include "MovieScene.h"

Syntax

bool operator==
(
    const FMovieSceneSectionGroup & Other
) const

Remarks

Comparison operators We only need these for being stored in a container, to check if it's the same object. Not intended for direct use.

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