Skip to content

Commit

Permalink
Fix for UE4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Koderz committed Feb 17, 2017
1 parent 0d13f09 commit 7c8f246
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Source/RuntimeMeshComponent/Public/RuntimeMeshComponent.h
Expand Up @@ -68,6 +68,15 @@ struct RUNTIMEMESHCOMPONENT_API FRuntimeMeshComponentPrePhysicsTickFunction : pu
virtual FString DiagnosticMessage() override;
};

template<>
struct TStructOpsTypeTraits<FRuntimeMeshComponentPrePhysicsTickFunction> : public TStructOpsTypeTraitsBase
{
enum
{
WithCopy = false
};
};

/**
* Component that allows you to specify custom triangle mesh geometry for rendering and collision.
*/
Expand Down

0 comments on commit 7c8f246

Please sign in to comment.