UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DeformableInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4#include "UObject/Interface.h"
5
6#if WITH_EDITOR
7#include "DetailLayoutBuilder.h"
8#endif
9
10#include "DeformableInterface.generated.h"
11
12
13UINTERFACE(MinimalAPI)
18
20{
22
23public:
24
25
26#if WITH_EDITOR
27 // Take damage
29#endif
30
31};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UINTERFACE(...)
Definition ObjectMacros.h:780
#define GENERATED_IINTERFACE_BODY(...)
Definition ObjectMacros.h:770
#define GENERATED_UINTERFACE_BODY(...)
Definition ObjectMacros.h:769
Definition DeformableInterface.h:20
Definition DeformableInterface.h:15
Definition Interface.h:19