UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MoviePlayerProxyServer.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
11
class
IMoviePlayerProxyServer
12
{
13
public
:
15
virtual
void
BlockingStarted
() = 0;
17
virtual
void
BlockingTick
() = 0;
19
virtual
void
BlockingFinished
() = 0;
21
virtual
void
SetIsSlateThreadAllowed
(
bool
bInIsSlateThreadAllowed
) = 0;
22
};
23
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
IMoviePlayerProxyServer
Definition
MoviePlayerProxyServer.h:12
IMoviePlayerProxyServer::BlockingTick
virtual void BlockingTick()=0
IMoviePlayerProxyServer::BlockingStarted
virtual void BlockingStarted()=0
IMoviePlayerProxyServer::SetIsSlateThreadAllowed
virtual void SetIsSlateThreadAllowed(bool bInIsSlateThreadAllowed)=0
IMoviePlayerProxyServer::BlockingFinished
virtual void BlockingFinished()=0
Engine
Source
Runtime
MoviePlayerProxy
Public
MoviePlayerProxyServer.h
Generated by
1.9.8