Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Force classes to be built for shipping build
Browse files Browse the repository at this point in the history
  • Loading branch information
ufna committed Jul 15, 2014
1 parent df63ec1 commit cbed05c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Source/VaRestPlugin/Private/VaRestPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ class FVaRestPlugin : public IVaRestPlugin
/** IModuleInterface implementation */
virtual void StartupModule() OVERRIDE
{

// @HACK Force classes to be compiled on shipping build
UVaRestJsonObject::StaticClass();
UVaRestJsonValue::StaticClass();
UVaRestRequestJSON::StaticClass();
UVaRestParseManager::StaticClass();
}

virtual void ShutdownModule() OVERRIDE
Expand Down

0 comments on commit cbed05c

Please sign in to comment.