UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MoviePlayerProxy.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
8
39
52{
53public:
59
64
66 void Finish()
67 {
68 if (bIsBlockDone == false)
69 {
70 bIsBlockDone = true;
72 }
73 }
74
75private:
77 bool bIsBlockDone;
78};
79
80
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition MoviePlayerProxy.h:52
void Finish()
Definition MoviePlayerProxy.h:66
FMoviePlayerProxyBlock()
Definition MoviePlayerProxy.h:54
~FMoviePlayerProxyBlock()
Definition MoviePlayerProxy.h:60
Definition MoviePlayerProxy.h:18
static MOVIEPLAYERPROXY_API void BlockingForceFinished()
Definition MoviePlayerProxy.cpp:31
static MOVIEPLAYERPROXY_API void SetIsSlateThreadAllowed(bool bInIsSlateThreadAllowed)
Definition MoviePlayerProxy.cpp:39
static MOVIEPLAYERPROXY_API void BlockingStarted()
Definition MoviePlayerProxy.cpp:11
static MOVIEPLAYERPROXY_API void RegisterServer(IMoviePlayerProxyServer *InServer)
Definition MoviePlayerProxy.cpp:47
static MOVIEPLAYERPROXY_API void BlockingFinished()
Definition MoviePlayerProxy.cpp:27
static MOVIEPLAYERPROXY_API void BlockingTick()
Definition MoviePlayerProxy.cpp:19
static MOVIEPLAYERPROXY_API void UnregisterServer()
Definition MoviePlayerProxy.cpp:52
Definition MoviePlayerProxyServer.h:12
@ false
Definition radaudio_common.h:23