Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
StaticConstructObject_Internal for 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashea-code committed Jun 14, 2015
1 parent 82cd4be commit ce77ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Blu/Private/BluBluprintFunctionLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ UBluEye* UBluBlueprintFunctionLibrary::NewBluEye(UObject* WorldContextObject)
{

UWorld* World = GEngine->GetWorldFromContextObject(WorldContextObject);
UBluEye* tempObject = Cast<UBluEye>(StaticConstructObject(UBluEye::StaticClass()));
UBluEye* tempObject = Cast<UBluEye>(StaticConstructObject_Internal(UBluEye::StaticClass()));

return tempObject;

Expand Down

0 comments on commit ce77ae3

Please sign in to comment.