UMovieSceneSection::GetChannelProxy

Access this section's channel proxy, containing pointers to all existing data channels in this section @note Proxy can be reallocated at any time; this accessor is only for immediate use.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSection.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp

Syntax

FMovieSceneChannelProxy & GetChannelProxy() const

Remarks

Access this section's channel proxy, containing pointers to all existing data channels in this section @note Proxy can be reallocated at any time; this accessor is only for immediate use.

Returns

A reference to this section's channel proxy.

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