If the user creates a BlueprintCallable static function the editor will crash when playing in standalone mode. If the function is not static the node will have an additional pin and Blueprint will not compile.
UFUNCTION(BlueprintCallable, Category = "Game|Cinematic") static void ShowLevelLoadingScreen();
void UMyBlueprintFunctionLibrary::ShowLevelLoadingScreen()
{
FLoadingScreenAttributes LoadingScreen;
LoadingScreen.bAutoCompleteWhenLoadingCompletes = true;
LoadingScreen.WidgetLoadingScreen = FLoadingScreenAttributes::NewTestLoadingScreenWidget();
GetMoviePlayer()->SetupLoadingScreen(LoadingScreen);
}
);}}
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Hey, why do i get this when i snap two similar meshes together?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Bullet replication problem. The players sees each other but does not see the bullet
Lighting Turns Black in Play Mode
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Gameplay - Blueprint |
---|---|
Target Fix | 4.8 |
Fix Commit | 2360442 |
---|
Created | Oct 29, 2014 |
---|---|
Resolved | Nov 14, 2014 |
Updated | Apr 27, 2018 |