Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FImplicitObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMargin
(
FReal InMargin |
Not all derived types support a margin, and for some it represents some other property (the radius of a sphere for example), so the setter should only be exposed in a derived class if at all (and it may want to change the size of the core shape as well) | Chaos/ImplicitObject.h | |
void SetMargin
(
FRealSingle InMargin |
Chaos/ImplicitObject.h |
SetMargin(FReal)
Description
Not all derived types support a margin, and for some it represents some other property (the radius of a sphere for example), so the setter should only be exposed in a derived class if at all (and it may want to change the size of the core shape as well)
| Name | SetMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObject.h |
| Include Path | #include "Chaos/ImplicitObject.h" |
void SetMargin
(
FReal InMargin
)
SetMargin(FRealSingle)
| Name | SetMargin |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObject.h |
| Include Path | #include "Chaos/ImplicitObject.h" |
void SetMargin
(
FRealSingle InMargin
)